summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2017-02-24 13:29:12 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-29 02:37:27 +0200
commit3bc56854457191ab817bc9a4419b1dee74138b0f (patch)
tree41190035afd91a63b2d6856ca2718c76006bac98 /source3/winbindd/winbindd_cm.c
parent85536c1ff3513840728ba281de2b6f003e49f227 (diff)
downloadsamba-3bc56854457191ab817bc9a4419b1dee74138b0f.tar.gz
rpc: Always supply both the remote and local address to the auth subsystem
This ensures that gensec, and then the NTLM auth subsystem under it, always gets the remote and local address pointers for potential logging. The local address allows us to know which interface an authentication is on Signed-off-by: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-by: Gary Lockyer <gary@catalyst.net.nz> Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source3/winbindd/winbindd_cm.c')
-rw-r--r--source3/winbindd/winbindd_cm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index 3df4af3ff10..157a19374b3 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -1778,6 +1778,7 @@ NTSTATUS wb_open_internal_pipe(TALLOC_CTX *mem_ctx,
table,
session_info,
NULL,
+ NULL,
winbind_messaging_context(),
&cli);
} else {
@@ -1785,6 +1786,7 @@ NTSTATUS wb_open_internal_pipe(TALLOC_CTX *mem_ctx,
table,
session_info,
NULL,
+ NULL,
winbind_messaging_context(),
&cli);
}