diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-12-22 13:36:39 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-12-22 13:36:39 +0000 |
commit | 2ab1506b1bae196bfcee98c80b1adca5b6805a0b (patch) | |
tree | 6741569b8be8eeae2b603d12e104e76b8f12d1a2 | |
parent | c3808a9b5d6e10802801b4eb37628e1570fe11aa (diff) |
remove duplicate comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@517 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd/myldap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nslcd/myldap.c b/nslcd/myldap.c index b699294..f5781b0 100644 --- a/nslcd/myldap.c +++ b/nslcd/myldap.c @@ -347,7 +347,6 @@ static int do_bind(MYLDAP_SESSION *session) if (!usesasl) { /* do a simple bind */ - /* do a simple bind */ if (binddn) log_log(LOG_DEBUG,"simple bind to %s as %s", nslcd_cfg->ldc_uris[session->current_uri], |