mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
tsocket: Fix some unreachable code
This commit is contained in:
parent
c186f92437
commit
77a3858f2f
@ -46,8 +46,7 @@ int tsocket_simple_int_recv(struct tevent_req *req, int *perrno)
|
||||
*perrno = (int)error;
|
||||
return -1;
|
||||
default:
|
||||
*perrno = EIO;
|
||||
return -1;
|
||||
break;
|
||||
}
|
||||
|
||||
*perrno = EIO;
|
||||
|
Loading…
Reference in New Issue
Block a user