summaryrefslogtreecommitdiff
path: root/source4/libcli/finddcs.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-19 22:09:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:15 -0500
commit0d7d5a6d492253f184ac58fe45ca22af5a3731de (patch)
tree1cb174956e135e6a21e577d01abe7e298f31980f /source4/libcli/finddcs.c
parentf14bd1a90ab47a418c0ec2492990a417a0bb3bf6 (diff)
downloadsamba-0d7d5a6d492253f184ac58fe45ca22af5a3731de.tar.gz
samba-0d7d5a6d492253f184ac58fe45ca22af5a3731de.tar.bz2
samba-0d7d5a6d492253f184ac58fe45ca22af5a3731de.zip
r24560: rename some DCERPC_ prefixes into NDR_
metze (This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476)
Diffstat (limited to 'source4/libcli/finddcs.c')
-rw-r--r--source4/libcli/finddcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/finddcs.c b/source4/libcli/finddcs.c
index 5371879895..a159ab6dfc 100644
--- a/source4/libcli/finddcs.c
+++ b/source4/libcli/finddcs.c
@@ -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],
- &ndr_table_irpc, DCERPC_NBTD_GETDCNAME,
+ &ndr_table_irpc, NDR_NBTD_GETDCNAME,
&state->r, state);
if (!ireq) {
fallback_node_status(state);