You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/pam_blue/files/pam_blue-0.9.0-bad-log.patch

12 lines
357 B

--- a/src/bluepmain.c
+++ b/src/bluepmain.c
@@ -88,7 +88,7 @@
if ( (lst = parse_rc()) == NULL) { /* something goes wrong (no config file, ...) */
user = NULL;
- syslog (LOG_ERR, "Can't parse configuration file [%s]!" CONFIG_FILE);
+ syslog (LOG_ERR, "Can't parse configuration file [%s]!", CONFIG_FILE);
return PAM_AUTH_ERR;
}