diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-08-19 22:09:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:02:15 -0500 |
commit | 0d7d5a6d492253f184ac58fe45ca22af5a3731de (patch) | |
tree | 1cb174956e135e6a21e577d01abe7e298f31980f /source4/librpc/rpc | |
parent | f14bd1a90ab47a418c0ec2492990a417a0bb3bf6 (diff) | |
download | samba-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/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc_schannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_schannel.c b/source4/librpc/rpc/dcerpc_schannel.c index 6b0a5a2455..c6b3a5fc0f 100644 --- a/source4/librpc/rpc/dcerpc_schannel.c +++ b/source4/librpc/rpc/dcerpc_schannel.c @@ -68,7 +68,7 @@ static void continue_epm_map_binding(struct composite_context *ctx) c->status = dcerpc_epm_map_binding_recv(ctx); if (!NT_STATUS_IS_OK(c->status)) { DEBUG(0,("Failed to map DCERPC/TCP NCACN_NP pipe for '%s' - %s\n", - DCERPC_NETLOGON_UUID, nt_errstr(c->status))); + NDR_NETLOGON_UUID, nt_errstr(c->status))); composite_error(c, c->status); return; } |