From b0b2010461d8554334b033c4f07d78c308e73e7f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 14 Jan 2004 01:17:21 +0000 Subject: Remove duplicate comment. Andrew Bartlett --- source/nsswitch/winbindd_pam.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source') diff --git a/source/nsswitch/winbindd_pam.c b/source/nsswitch/winbindd_pam.c index 31698b47982..ad4f17cd070 100644 --- a/source/nsswitch/winbindd_pam.c +++ b/source/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