Commit 1a984ea8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

get the previous struct keep_sigact

parent 2a0cde30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1930,6 +1930,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
#ifdef HAVE_SIGACTION
    struct sigaction sigact;
    sigaction(SIGALRM, NULL, &sigact);
    keep_sigact = sigact;
    sigact.sa_handler = alarmfunc;
#ifdef SA_RESTART
    /* HPUX doesn't have SA_RESTART but defaults to that behaviour! */