mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
Fixed silly typo that causes receive_local_message to loop - caused by
my removal of the goto. Oops ! Jeremy. (This used to be commit 4d3679e03e0c30602b1345cbf2fbf8587dff1f26)
This commit is contained in:
parent
6a663f5a2a
commit
da563c93df
@ -82,7 +82,7 @@ BOOL receive_local_message( char *buffer, int buffer_len, int timeout)
|
||||
|
||||
smb_read_error = 0;
|
||||
|
||||
while (timeout > 0) {
|
||||
while (timeout > 0 && selrtn == -1) {
|
||||
struct timeval to;
|
||||
int maxfd = oplock_sock;
|
||||
time_t starttime = time(NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user