Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
188bb042
Commit
188bb042
authored
Sep 25, 2014
by
Ezequiel Lovelle
Committed by
antirez
Oct 06, 2014
Browse files
Fix typo
Closes #2029
parent
9a38820f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.c
View file @
188bb042
...
@@ -1493,7 +1493,7 @@ void rewriteConfigEnumOption(struct rewriteConfigState *state, char *option, int
...
@@ -1493,7 +1493,7 @@ void rewriteConfigEnumOption(struct rewriteConfigState *state, char *option, int
rewriteConfigRewriteLine(state,option,line,force);
rewriteConfigRewriteLine(state,option,line,force);
}
}
/* Rewrite the syslog-fa
b
ility option. */
/* Rewrite the syslog-fa
c
ility option. */
void rewriteConfigSyslogfacilityOption(struct rewriteConfigState *state) {
void rewriteConfigSyslogfacilityOption(struct rewriteConfigState *state) {
int value = server.syslog_facility, j;
int value = server.syslog_facility, j;
int force = value != LOG_LOCAL0;
int force = value != LOG_LOCAL0;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment