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
09fc0fbb
Commit
09fc0fbb
authored
Sep 25, 2014
by
Ezequiel Lovelle
Committed by
antirez
Oct 06, 2014
Browse files
Fix typo
Closes #2029
parent
03b36eef
Changes
1
Show whitespace changes
Inline
Side-by-side
src/config.c
View file @
09fc0fbb
...
...
@@ -1424,7 +1424,7 @@ void rewriteConfigEnumOption(struct rewriteConfigState *state, char *option, int
rewriteConfigRewriteLine
(
state
,
option
,
line
,
force
);
}
/* Rewrite the syslog-fa
b
ility option. */
/* Rewrite the syslog-fa
c
ility option. */
void
rewriteConfigSyslogfacilityOption
(
struct
rewriteConfigState
*
state
)
{
int
value
=
server
.
syslog_facility
,
j
;
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