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
f60aa4de
Commit
f60aa4de
authored
Jun 23, 2016
by
Salvatore Sanfilippo
Committed by
GitHub
Jun 23, 2016
Browse files
Merge pull request #3324 from mishan/fix-wrong-comment-about-sentinel-mode
Fix incorrect comment for checkForSentinelMode function
parents
18983113
7a5538d3
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server.c
View file @
f60aa4de
...
@@ -3825,7 +3825,7 @@ void setupSignalHandlers(void) {
...
@@ -3825,7 +3825,7 @@ void setupSignalHandlers(void) {
void memtest(size_t megabytes, int passes);
void memtest(size_t megabytes, int passes);
/* Returns 1 if there is --sentinel among the arguments or if
/* Returns 1 if there is --sentinel among the arguments or if
* argv[0]
is exactly
"redis-sentinel". */
* argv[0]
contains
"redis-sentinel". */
int checkForSentinelMode(int argc, char **argv) {
int checkForSentinelMode(int argc, char **argv) {
int j;
int j;
...
...
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