Loading lib/url.c +2 −0 Original line number Diff line number Diff line Loading @@ -2118,6 +2118,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, int rc; bool reuse; #ifdef SIGALRM #ifdef HAVE_SIGACTION struct sigaction keep_sigact; /* store the old struct here */ bool keep_copysig=FALSE; /* did copy it? */ Loading @@ -2125,6 +2126,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, #ifdef HAVE_SIGNAL void *keep_sigact; /* store the old handler here */ #endif #endif #endif *addr = NULL; /* nothing yet */ Loading Loading
lib/url.c +2 −0 Original line number Diff line number Diff line Loading @@ -2118,6 +2118,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, int rc; bool reuse; #ifdef SIGALRM #ifdef HAVE_SIGACTION struct sigaction keep_sigact; /* store the old struct here */ bool keep_copysig=FALSE; /* did copy it? */ Loading @@ -2125,6 +2126,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, #ifdef HAVE_SIGNAL void *keep_sigact; /* store the old handler here */ #endif #endif #endif *addr = NULL; /* nothing yet */ Loading