s3:smbd/close use common exit path
authorChristian Ambach <ambi@samba.org>
Fri, 21 Jun 2013 13:11:55 +0000 (15:11 +0200)
committerChristian Ambach <ambi@samba.org>
Tue, 25 Jun 2013 10:54:06 +0000 (12:54 +0200)
commit935992fc5502ac63cc0c1ebf00089e7f39558c82
treec19c89805e0c2ea02636292590fd3eed0f3d051e
parent245b5ffddef945e071ea1b5d26de1da80a0b7ae8
s3:smbd/close use common exit path

do not return early here, but use the common exit path that will
remove the share mode from the record

Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/close.c