diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-01-14 01:17:21 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-01-14 01:17:21 +0000 |
commit | ade34c9adea9df67bbbee2ab37113ead1ec333a7 (patch) | |
tree | c6f30e3235e7559502df2ff5553f37c3332c3490 /source3 | |
parent | 0c0dfe4da56f52164da6e6633d2f8815d9d170fd (diff) | |
download | samba-ade34c9adea9df67bbbee2ab37113ead1ec333a7.tar.gz samba-ade34c9adea9df67bbbee2ab37113ead1ec333a7.tar.bz2 samba-ade34c9adea9df67bbbee2ab37113ead1ec333a7.zip |
Remove duplicate comment.
Andrew Bartlett
(This used to be commit b0b2010461d8554334b033c4f07d78c308e73e7f)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_pam.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c index 31698b4798..ad4f17cd07 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? */ |