Skip to content

Commit

Permalink
Sentinel: generate +sentinel again, removed in prev commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed May 8, 2015
1 parent b91434c commit 3eca075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentinel.c
Expand Up @@ -2167,6 +2167,7 @@ void sentinelProcessHelloMessage(char *hello, int hello_len) {
si = createSentinelRedisInstance(NULL,SRI_SENTINEL,
token[0],port,master->quorum,master);
if (si) {
if (!removed) sentinelEvent(REDIS_NOTICE,"+sentinel",si,"%@");
/* The runid is NULL after a new instance creation and
* for Sentinels we don't have a later chance to fill it,
* so do it now. */
Expand Down

0 comments on commit 3eca075

Please sign in to comment.