]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: make it explicit that make_connection_snum() returns NT_STATUS_OK on success
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Jun 2018 05:26:14 +0000 (07:26 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Jun 2018 06:59:16 +0000 (08:59 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/service.c

index 484461dfee93a177d9bf245b97f2cf6a13d2c681..d0932c0e9717b8e9b607ff51817b261d528aec79 100644 (file)
@@ -879,7 +879,7 @@ static NTSTATUS make_connection_snum(struct smbXsrv_connection *xconn,
                dbgtext( "(pid %d)\n", (int)getpid() );
        }
 
-       return status;
+       return NT_STATUS_OK;
 
   err_root_exit: