From b0682de7091f13a3493a5bb98ada8347a0350d45 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 5 Jan 2004 00:15:34 +0000 Subject: We can't possilby get 'ok' here, as the if statement above just checked for it. (This used to be commit cf4454969434d3026c57ac11c0528dc4cea9c77a) --- source3/nsswitch/winbindd_cm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/nsswitch') 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; -- cgit