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:
parent
4faddc54f4
commit
3819b40430
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user