s3-winbind: Fixed debug messages of open_internal_lsa_pipe().
authorAndreas Schneider <asn@samba.org>
Tue, 6 Jul 2010 08:53:01 +0000 (10:53 +0200)
committerAndreas Schneider <asn@samba.org>
Tue, 6 Jul 2010 16:38:14 +0000 (18:38 +0200)
source3/winbindd/winbindd_samr.c

index 6eeb83da11e6dd88b0adf27dc567cbd59e51f71f..0c077aa32d265e5aa54fd0f33f9f79b27e67e58c 100644 (file)
@@ -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;
        }