]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: rework error exit in smbd_dirptr_lanman2_entry()
authorRalph Boehme <slow@samba.org>
Thu, 15 Mar 2018 17:57:50 +0000 (18:57 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 27 Jul 2018 11:07:15 +0000 (13:07 +0200)
commitbcfc830c284e4eaa76e1a562bf60d8ecdf8d11ab
treeef8734087b59d86a4476dcdc60e3e71b6e55344f
parent8954085ad713546ea84237bbe355973226fc3cb8
smbd: rework error exit in smbd_dirptr_lanman2_entry()

The next commit will add code that must be run if status is NT_STATUS_OK
or STATUS_MORE_ENTRIES.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/trans2.c