Removed C++ comment
authoraland <aland>
Mon, 31 Jan 2005 18:55:32 +0000 (18:55 +0000)
committeraland <aland>
Mon, 31 Jan 2005 18:55:32 +0000 (18:55 +0000)
src/modules/rlm_ldap/rlm_ldap.c

index ff02c91..8627e59 100644 (file)
@@ -99,7 +99,7 @@ static const char rcsid[] = "$Id$";
 int nmasldap_get_password(
        LDAP     *ld,
        char     *objectDN,
-       size_t   *pwdSize,      // in bytes
+       size_t   *pwdSize,      /* in bytes */
        char     *pwd );
 
 #endif