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
afce0106
Commit
afce0106
authored
Mar 25, 2013
by
Salvatore Sanfilippo
Browse files
Merge pull request #1003 from NanXiao/patch-3
Update config.c
parents
c39e34d0
79a13b46
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.c
View file @
afce0106
...
...
@@ -829,7 +829,7 @@ void configGetCommand(redisClient *c) {
/* String values */
config_get_string_field("dbfilename",server.rdb_filename);
config_get_string_field("requirepass",server.requirepass);
config_get_string_field("masterauth",server.
requirepass
);
config_get_string_field("masterauth",server.
masterauth
);
config_get_string_field("bind",server.bindaddr);
config_get_string_field("unixsocket",server.unixsocket);
config_get_string_field("logfile",server.logfile);
...
...
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