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

s4-rpc_server: Correct comment about where the current iface can be found

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>
This commit is contained in:
Andrew Bartlett 2017-02-21 16:22:07 +13:00
parent d69187c153
commit 6adcaf1648

View File

@ -939,9 +939,12 @@ static NTSTATUS dcesrv_bind(struct dcesrv_call_state *call)
}
/*
* At this point we know which interface (eg netlogon, lsa,
* drsuapi) the caller requested. This is available on
* call->conntext->iface.
* At this point we still don't know which interface (eg
* netlogon, lsa, drsuapi) the caller requested in this bind!
* The most recently added context is available as the first
* element in the linked list at call->conn->contexts, that is
* call->conn->contexts->iface, but they may not have
* requested one at all!
*/
if ((call->pkt.pfc_flags & DCERPC_PFC_FLAG_CONC_MPX) &&