From 4ddc620f6b9445d32c3831b2009bd0db784b41a7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 2 Feb 2004 07:58:06 +0000 Subject: (merge from 3.0) Remove duplicate comment. Andrew Bartlett (This used to be commit 841766bcbddbbe5e18d1b7989e54c85ab97715f5) --- source3/nsswitch/winbindd_pam.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c index adbcd85435..37b2a9f21b 100644 --- a/source3/nsswitch/winbindd_pam.c +++ b/source3/nsswitch/winbindd_pam.c @@ -314,8 +314,6 @@ enum winbindd_result winbindd_pam_auth_crap(struct winbindd_cli_state *state) lm_resp = data_blob_talloc(mem_ctx, state->request.data.auth_crap.lm_resp, state->request.data.auth_crap.lm_resp_len); nt_resp = data_blob_talloc(mem_ctx, state->request.data.auth_crap.nt_resp, state->request.data.auth_crap.nt_resp_len); - /* what domain should we contact? */ - /* what domain should we contact? */ -- cgit