diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-01-05 00:15:34 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-01-05 00:15:34 +0000 |
commit | b0682de7091f13a3493a5bb98ada8347a0350d45 (patch) | |
tree | 981a0d69cb931beec4d3da93c1a1a6924c87f5fc /source3 | |
parent | 684da1320662a8583cba156e0f5aba911830c0d9 (diff) | |
download | samba-b0682de7091f13a3493a5bb98ada8347a0350d45.tar.gz samba-b0682de7091f13a3493a5bb98ada8347a0350d45.tar.bz2 samba-b0682de7091f13a3493a5bb98ada8347a0350d45.zip |
We can't possilby get 'ok' here, as the if statement above just checked for it.
(This used to be commit cf4454969434d3026c57ac11c0528dc4cea9c77a)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index ac9cd8f332..73c8a6b783 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -183,8 +183,6 @@ static NTSTATUS cm_open_connection(const char *domain, const int pipe_index, machine_password, domain))) { DEBUG(4,("failed kerberos session setup with %s\n", nt_errstr(result))); - if (NT_STATUS_IS_OK(result)) - result = NT_STATUS_UNSUCCESSFUL; } } new_conn->cli->use_kerberos = False; |