fix a bug that we've had for a long time where we don't handle EOF
authorAndrew Tridgell <tridge@samba.org>
Tue, 30 Jul 1996 15:47:30 +0000 (15:47 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 30 Jul 1996 15:47:30 +0000 (15:47 +0000)
commita7c7d7afe2ef81f4a74584ce9b71e54442f7e484
tree8ac604147ed54bdde5d93d52a4aafd2b2abfb6b8
parent66148db2f7e421b84986abddd21354dcf821d9d6
fix a bug that we've had for a long time where we don't handle EOF
properly from clients, and end up looping like mad.

At least I _hope_ this is fixed.
source/client/client.c
source/include/proto.h
source/include/smb.h
source/lib/util.c
source/smbd/chgpasswd.c
source/smbd/reply.c
source/smbd/server.c