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
4cba71e8
Commit
4cba71e8
authored
Mar 29, 2012
by
antirez
Browse files
Fixed typo in comment: "te" -> "the".
parent
179e54d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
4cba71e8
...
@@ -618,7 +618,7 @@ void freeClient(redisClient *c) {
...
@@ -618,7 +618,7 @@ void freeClient(redisClient *c) {
/* We lost connection with our master, force our slaves to resync
/* We lost connection with our master, force our slaves to resync
* with us as well to load the new data set.
* with us as well to load the new data set.
*
*
* If server.masterhost is NULL te user called SLAVEOF NO ONE so
* If server.masterhost is NULL t
h
e user called SLAVEOF NO ONE so
* slave resync is not needed. */
* slave resync is not needed. */
if
(
server
.
masterhost
!=
NULL
)
disconnectSlaves
();
if
(
server
.
masterhost
!=
NULL
)
disconnectSlaves
();
}
}
...
...
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