r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode, so...
authorAndrew Tridgell <tridge@samba.org>
Wed, 8 Dec 2004 08:09:42 +0000 (08:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:25 +0000 (13:06 -0500)
commit33e4cee17dbfbb79e5ae68fda893a4d313865eb5
tree510379d83f66b440d11a58c8d4509cccbf691724
parent4fd57d5e7cff085a8c003ea82f282e26dc1346d9
r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode, so after we
call it we need to return, and not continue processing packets
source/smb_server/negprot.c
source/smb_server/reply.c
source/smb_server/request.c