1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00
Files
samba-mirror/source/libsmb
Jeremy Allison a398bdf08d r22950: Fix the issue Volker reported here :
"Attempt to fix some build farm failures: On port 139 the first
successful packet gives len==0 from the server, so the = in

        if (len <= 0) {

in line 136 of clientgen.c throws a failure."

The irritating thing is that I already had it correct in
SAMBA_3_0_26 and forgot to merge the change across.

len == 0 is a valid return - I messed that up when
converting client_receive_smb() to return a length
rather than a BOOL.

Doh !

Jeremy.
2007-10-10 12:22:11 -05:00
..
2007-10-10 12:21:54 -05:00
2007-10-10 11:38:26 -05:00
2007-10-10 12:19:28 -05:00
2007-10-10 12:18:15 -05:00
2007-10-10 12:21:54 -05:00
2007-10-10 11:43:24 -05:00