mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:33:36 +03:00
disabling EPSV is now possible
This commit is contained in:
parent
6a9697387a
commit
533c24a471
2 changed files with 2 additions and 1 deletions
|
|
@ -1945,6 +1945,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
|||
struct sigaction sigact;
|
||||
sigaction(SIGALRM, NULL, &sigact);
|
||||
keep_sigact = sigact;
|
||||
keep_copysig = TRUE; /* yes, we have a copy */
|
||||
sigact.sa_handler = alarmfunc;
|
||||
#ifdef SA_RESTART
|
||||
/* HPUX doesn't have SA_RESTART but defaults to that behaviour! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue