Issue detected by Guenter Knauf's NetWare autobuild.
disconnecting operations that takes a while */
static CURLcode scp_disconnect(struct connectdata *conn)
{
- CURLcode result;
+ CURLcode result = CURLE_OK;
Curl_safefree(conn->data->state.proto.ssh);
conn->data->state.proto.ssh = NULL;
disconnecting operations that takes a while */
static CURLcode sftp_disconnect(struct connectdata *conn)
{
- CURLcode result;
+ CURLcode result = CURLE_OK;
DEBUGF(infof(conn->data, "SSH DISCONNECT starts now\n"));