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)
committerJeremy Allison <jra@samba.org>
Wed, 4 Dec 2019 20:02:40 +0000 (20:02 +0000)
commitf4caa4159bd3db5127e114718e606867348a4f47
tree8f967b8188029b87702d664c179bd8b7807e887f
parent836219c479b047403d2b0839a6b92ad637dbaea0
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>
source3/smbd/globals.h
source3/smbd/negprot.c
source3/smbd/smb2_negprot.c