diff options
author | Jeremy Allison <jra@samba.org> | 2002-03-27 00:02:49 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-03-27 00:02:49 +0000 |
commit | 94c52a00525c55db83d48c0ef76c3eb12de0af2b (patch) | |
tree | 1e0f6fcd224daa74f558d38528abd69a0e5c7716 /source3/auth | |
parent | 57b81e1a36559afa6a3a1bdef9c700926f4573bd (diff) | |
download | samba-94c52a00525c55db83d48c0ef76c3eb12de0af2b.tar.gz samba-94c52a00525c55db83d48c0ef76c3eb12de0af2b.tar.bz2 samba-94c52a00525c55db83d48c0ef76c3eb12de0af2b.zip |
Moved debug messages for grabbing/releasing mutex.
Jeremy.
(This used to be commit e144c174eafc18f236c848b8f3a2c6382796f5a9)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_domain.c | 2 |
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); |