comment nit

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@674 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2013-03-17 20:04:24 +00:00
parent 422a3ccd39
commit c1df418c6f
1 changed files with 2 additions and 1 deletions

View File

@ -187,7 +187,8 @@ openpam_dynamic(const char *modname)
if (strchr(modname, '/') != NULL) {
/*
* Absolute paths are not allowed if RESTRICT_MODULE_NAME
* is in effect. Relative paths are never allowed.
* is in effect (default off). Relative paths are never
* allowed.
*/
if (OPENPAM_FEATURE(RESTRICT_MODULE_NAME) ||
modname[0] != '/') {