Loading lib/ftp.c +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */ return result; } static char *ftpauth[]= { static const char *ftpauth[]= { "SSL", "TLS", NULL }; Loading lib/transfer.c +2 −0 Original line number Diff line number Diff line Loading @@ -1477,6 +1477,8 @@ CURLcode Curl_posttransfer(struct SessionHandle *data) /* restore the signal handler for SIGPIPE before we get back */ if(!data->set.no_signal) signal(SIGPIPE, data->state.prev_signal); #else (void)data; /* unused parameter */ #endif return CURLE_OK; Loading Loading
lib/ftp.c +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */ return result; } static char *ftpauth[]= { static const char *ftpauth[]= { "SSL", "TLS", NULL }; Loading
lib/transfer.c +2 −0 Original line number Diff line number Diff line Loading @@ -1477,6 +1477,8 @@ CURLcode Curl_posttransfer(struct SessionHandle *data) /* restore the signal handler for SIGPIPE before we get back */ if(!data->set.no_signal) signal(SIGPIPE, data->state.prev_signal); #else (void)data; /* unused parameter */ #endif return CURLE_OK; Loading