summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_domain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index 38b48d85ad..af353ef812 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/auth/auth_domain.c
@@ -92,8 +92,6 @@ static NTSTATUS connect_to_domain_password_server(struct cli_state **cli,
return NT_STATUS_UNSUCCESSFUL;
}
- DEBUG(10,("connect_to_domain_password_server: got mutex for %s\n", server));
-
/* Attempt connection */
result = cli_full_connection(cli, global_myname, server,
&dest_ip, 0, "IPC$", "IPC", "", "", "", 0);