From: Stefan Metzmacher Date: Thu, 14 Jun 2018 05:26:14 +0000 (+0200) Subject: smbd: make it explicit that make_connection_snum() returns NT_STATUS_OK on success X-Git-Tag: tevent-0.9.37~313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5472171bdb46f1dcb0a4eae61b1d1b6af6373ee5;p=thirdparty%2Fsamba.git smbd: make it explicit that make_connection_snum() returns NT_STATUS_OK on success Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/source3/smbd/service.c b/source3/smbd/service.c index 484461dfee9..d0932c0e971 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -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: