]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:rpc_server/remote: make use of dcerpc_binding_get_assoc_group_id()
authorStefan Metzmacher <metze@samba.org>
Tue, 4 Feb 2014 01:50:18 +0000 (02:50 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 13 Feb 2014 10:54:15 +0000 (11:54 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source4/rpc_server/remote/dcesrv_remote.c

index ec51dd8dfc40644af331348b77b7b7d78d6900ff..a903e2ab5cfcf2aea84d7a9c84bfa712bcacef14 100644 (file)
@@ -138,7 +138,8 @@ static NTSTATUS remote_op_bind(struct dcesrv_call_state *dce_call, const struct
        }
 
        if (dce_call->context->assoc_group->proxied_id == 0) {
-               dce_call->context->assoc_group->proxied_id = priv->c_pipe->assoc_group_id;
+               dce_call->context->assoc_group->proxied_id =
+                       dcerpc_binding_get_assoc_group_id(priv->c_pipe->binding);
        }
 
        if (!NT_STATUS_IS_OK(status)) {