s3:smb2_create: call 'return' after smbd_server_connection_terminate()
authorStefan Metzmacher <metze@samba.org>
Mon, 4 Jul 2011 13:50:56 +0000 (15:50 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 4 Jul 2011 14:21:45 +0000 (16:21 +0200)
commit601b138e92e38cdafb1763c475a3d6dfac70a5a6
tree90811c315a04e864ac176c21fc9df346f077944b
parente17ab202272ce7425858ea034eee461d12a24dd0
s3:smb2_create: call 'return' after smbd_server_connection_terminate()

This is not strictly needed in the fork process model, but we hopefully
support other models in future.

metze
source3/smbd/smb2_create.c