summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_samr.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-07-06 10:53:01 +0200
committerAndreas Schneider <asn@samba.org>2010-07-06 18:38:14 +0200
commit2794c5ad24170c58d9d491e1f6cec1a58b82ad3f (patch)
treec9db99fe4a846e4be59fd66ea748590631e21483 /source3/winbindd/winbindd_samr.c
parent9d23f8fbc5b80b0a2f34bbd1a1beef63cb06d3c1 (diff)
downloadsamba-2794c5ad24170c58d9d491e1f6cec1a58b82ad3f.tar.gz
samba-2794c5ad24170c58d9d491e1f6cec1a58b82ad3f.tar.bz2
samba-2794c5ad24170c58d9d491e1f6cec1a58b82ad3f.zip
s3-winbind: Fixed debug messages of open_internal_lsa_pipe().
Diffstat (limited to 'source3/winbindd/winbindd_samr.c')
-rw-r--r--source3/winbindd/winbindd_samr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_samr.c b/source3/winbindd/winbindd_samr.c
index 6eeb83da11..0c077aa32d 100644
--- a/source3/winbindd/winbindd_samr.c
+++ b/source3/winbindd/winbindd_samr.c
@@ -123,7 +123,7 @@ static NTSTATUS open_internal_lsa_pipe(TALLOC_CTX *mem_ctx,
if (server_info == NULL) {
status = make_server_info_system(mem_ctx, &server_info);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0, ("open_samr_pipe: Could not create auth_serversupplied_info: %s\n",
+ DEBUG(0, ("open_lsa_pipe: Could not create auth_serversupplied_info: %s\n",
nt_errstr(status)));
return status;
}
@@ -136,7 +136,7 @@ static NTSTATUS open_internal_lsa_pipe(TALLOC_CTX *mem_ctx,
server_info,
&cli);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0, ("open_samr_pipe: Could not connect to samr_pipe: %s\n",
+ DEBUG(0, ("open_lsa_pipe: Could not connect to lsa_pipe: %s\n",
nt_errstr(status)));
return status;
}