mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
switch() on the right variable!
This commit is contained in:
parent
bd04c6fb67
commit
fe6f0aeb26
@ -354,7 +354,7 @@ static CURLcode bindlocal(struct connectdata *conn,
|
||||
#endif
|
||||
if(!bindworked) {
|
||||
int err = Curl_ourerrno();
|
||||
switch(errno) {
|
||||
switch(err) {
|
||||
case EBADF:
|
||||
failf(data, "Invalid descriptor: %d", err);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user