Closes #2029
This commit is contained in:
Ezequiel Lovelle 2014-09-25 17:40:11 -03:00 committed by Matt Stancliff
parent 82154ffab5
commit c3d252d995

View File

@ -1493,7 +1493,7 @@ void rewriteConfigEnumOption(struct rewriteConfigState *state, char *option, int
rewriteConfigRewriteLine(state,option,line,force);
}
/* Rewrite the syslog-fability option. */
/* Rewrite the syslog-facility option. */
void rewriteConfigSyslogfacilityOption(struct rewriteConfigState *state) {
int value = server.syslog_facility, j;
int force = value != LOG_LOCAL0;