1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

smbd: pass session_info to create_conn_struct_tos()

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Ralph Boehme 2019-12-16 14:42:04 +01:00
parent d68d8c6538
commit 459233b962

View File

@ -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",