load-fragment: fix comment to reflect changes made in 43eb109 (#5138)

This commit is contained in:
Michal Sekletar 2017-01-24 03:18:40 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 87fe170749
commit 29e6561f89

View file

@ -620,7 +620,7 @@ int config_parse_exec(
* If it's prefixed with - and the path doesn't exist,
* we ignore it instead of erroring out;
* if it's prefixed with @, we allow overriding of argv[0];
* and if it's prefixed with !, it will be run with full privileges */
* and if it's prefixed with +, it will be run with full privileges */
if (*f == '-' && !ignore)
ignore = true;
else if (*f == '@' && !separate_argv0)