From: Ralph Boehme Date: Mon, 16 Dec 2019 13:42:04 +0000 (+0100) Subject: smbd: pass session_info to create_conn_struct_tos() X-Git-Tag: ldb-2.1.0~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459233b96238e319d8b37c471359bdeb4d26aadf;p=thirdparty%2Fsamba.git smbd: pass session_info to create_conn_struct_tos() Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index ce3798dc5f6..56c481fae79 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -4667,7 +4667,7 @@ NTSTATUS get_nt_acl_no_snum(TALLOC_CTX *ctx, status = create_conn_struct_tos(global_messaging_context(), -1, "/", - NULL, + session_info, &c); if (!NT_STATUS_IS_OK(status)) { DEBUG(0,("create_conn_struct returned %s.\n",