diff options
author | Tim Potter <tpot@samba.org> | 2003-04-02 06:04:51 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-02 06:04:51 +0000 |
commit | 21c4559c84f4599a6b990a18dc3bb781ab5fd8c1 (patch) | |
tree | 107e355423504b597b687362718ba2cb6a9b861f /source3/nsswitch | |
parent | 676e2707e83f7718f4ffc170eb60c35b94223d59 (diff) | |
download | samba-21c4559c84f4599a6b990a18dc3bb781ab5fd8c1.tar.gz samba-21c4559c84f4599a6b990a18dc3bb781ab5fd8c1.tar.bz2 samba-21c4559c84f4599a6b990a18dc3bb781ab5fd8c1.zip |
Whitespace syncup.
(This used to be commit 2125b0b8ce2bfbb85f325ccbb2a455728ee3f135)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 586a307464..706408901e 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -371,7 +371,7 @@ static NTSTATUS cm_open_connection(const char *domain, const int pipe_index, result = NT_STATUS_POSSIBLE_DEADLOCK; continue; } - + result = cli_full_connection(&new_conn->cli, global_myname(), new_conn->controller, &dc_ip, 0, "IPC$", "IPC", ipc_username, ipc_domain, ipc_password, CLI_FULL_CONNECTION_ANNONYMOUS_FALLBACK, &retry); @@ -877,10 +877,10 @@ NTSTATUS cm_get_netlogon_cli(const char *domain, const unsigned char *trust_pass } result = cli_nt_setup_creds(conn->cli, get_sec_chan(), trust_passwd, &neg_flags, 2); - + if (got_mutex) secrets_named_mutex_release(lock_name); - + if (!NT_STATUS_IS_OK(result)) { DEBUG(0, ("error connecting to domain password server: %s\n", nt_errstr(result))); @@ -897,7 +897,7 @@ NTSTATUS cm_get_netlogon_cli(const char *domain, const unsigned char *trust_pass /* Try again */ result = cli_nt_setup_creds( conn->cli, get_sec_chan(),trust_passwd, &neg_flags, 2); - + if (got_mutex) secrets_named_mutex_release(lock_name); } |