1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 12:54:16 +01:00

don't use c++ style comments

This commit is contained in:
Klas Lindfors 2015-03-04 08:46:52 +01:00
parent 4faddc54f4
commit 3819b40430

View File

@ -314,7 +314,7 @@ authorize_user_token_ldap (struct cfg *cfg,
sprintf (find, "%s=%s,%s", cfg->user_attr, user, cfg->ldapdn);
filter = NULL;
} else {
find = strdup(cfg->ldapdn); // allow free later-:)
find = strdup(cfg->ldapdn); /* allow free later */
}
if (cfg->ldap_filter) {
filter = filter_printf(cfg->ldap_filter, user);