mirror of
https://github.com/samba-team/samba.git
synced 2025-11-01 16:23:49 +03:00
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
184a7cfc36
commit
84651aee81
@@ -151,7 +151,7 @@ static void finddcs_name_resolved(struct composite_context *ctx)
|
||||
state->r.in.domain_sid = state->domain_sid;
|
||||
|
||||
ireq = irpc_call_send(state->msg_ctx, nbt_servers[0],
|
||||
&dcerpc_table_irpc, DCERPC_NBTD_GETDCNAME,
|
||||
&ndr_table_irpc, DCERPC_NBTD_GETDCNAME,
|
||||
&state->r, state);
|
||||
if (!ireq) {
|
||||
fallback_node_status(state);
|
||||
|
||||
Reference in New Issue
Block a user