]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Change (*proto_reply_fn()) to return an NTSTATUS.
authorJeremy Allison <jra@samba.org>
Tue, 26 Nov 2019 20:43:25 +0000 (12:43 -0800)
committerKarolin Seeger <kseeger@samba.org>
Fri, 13 Dec 2019 10:36:15 +0000 (10:36 +0000)
commite76ceea1debfcd5d530fe89dab1ebea27bc7ea60
treea97903675fd35b533bc999e99317506e0621a223
parentce67f60822ea626df8e69022b139b20bc9637a3d
s3: smbd: Change (*proto_reply_fn()) to return an NTSTATUS.

That way the caller can know if the negprot really
succeeded or not.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14205

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
(cherry picked from commit f4caa4159bd3db5127e114718e606867348a4f47)
source3/smbd/globals.h
source3/smbd/negprot.c
source3/smbd/smb2_negprot.c