summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-08-11 19:49:33 +0200
committerStefan Metzmacher <metze@samba.org>2009-08-18 11:58:18 +0200
commit87737f8946527ae96cd7fd41b6157c79d7c90964 (patch)
treeeae2e66c3eaa0ece51296bb0a161f5053d33a12e /source4/librpc
parentabe7648609949847c15089cb5096176eba8a6dfa (diff)
downloadsamba-87737f8946527ae96cd7fd41b6157c79d7c90964.tar.gz
samba-87737f8946527ae96cd7fd41b6157c79d7c90964.tar.bz2
samba-87737f8946527ae96cd7fd41b6157c79d7c90964.zip
s4:librpc/rpc: fix DEBUG() message
metze
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/rpc/dcerpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.c b/source4/librpc/rpc/dcerpc.c
index cc1331984d..819edc8eaa 100644
--- a/source4/librpc/rpc/dcerpc.c
+++ b/source4/librpc/rpc/dcerpc.c
@@ -448,7 +448,7 @@ static NTSTATUS ncacn_push_request_sign(struct dcerpc_connection *c,
}
if (creds2.length != sig_size) {
- DEBUG(0,("dcesrv_auth_response: creds2.length[%u] != sig_size[%u] pad[%u] stub[%u]\n",
+ DEBUG(0,("ncacn_push_request_sign: creds2.length[%u] != sig_size[%u] pad[%u] stub[%u]\n",
creds2.length, (uint32_t)sig_size,
c->security_state.auth_info->auth_pad_length,
pkt->u.request.stub_and_verifier.length));