mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
If we don't do the select don't do the recvfrom.
Jeremy.
(This used to be commit f536ec6224
)
This commit is contained in:
parent
da563c93df
commit
e27062ce75
@ -80,6 +80,7 @@ BOOL receive_local_message( char *buffer, int buffer_len, int timeout)
|
||||
fd_set fds;
|
||||
int selrtn = -1;
|
||||
|
||||
FD_ZERO(&fds);
|
||||
smb_read_error = 0;
|
||||
|
||||
while (timeout > 0 && selrtn == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user