1
0
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:
Jeremy Allison 2002-05-24 00:19:59 +00:00
parent da563c93df
commit e27062ce75

View File

@ -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) {