r22929: Attempt to fix some build farm failures: On port 139 the first
authorVolker Lendecke <vlendec@samba.org>
Wed, 16 May 2007 09:53:41 +0000 (09:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:10 +0000 (12:22 -0500)
commit9c5111d8c5064a43762d7d0146acff5e7691dafd
tree772d02b516b2ea804468ae3f53b56bc803c671f3
parentcdfcbb176ac11e0f6f63ab38bf3c24d25a6c6153
r22929: 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.

Jeremy, please fix this properly, I'm not merging this to 3_0_26 so that
you can filter it when you merge.

Volker
source/libsmb/cliconnect.c
source/libsmb/clientgen.c