mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
connect.c: remove superfluous 'else' in Curl_getconnectinfo
Closes #5912
This commit is contained in:
parent
d541f83d5a
commit
d1d3105317
@ -1419,8 +1419,7 @@ curl_socket_t Curl_getconnectinfo(struct Curl_easy *data,
|
||||
}
|
||||
return c->sock[FIRSTSOCKET];
|
||||
}
|
||||
else
|
||||
return CURL_SOCKET_BAD;
|
||||
return CURL_SOCKET_BAD;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user