Skip to content

Commit

Permalink
Update hircluster.c
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
bjosv and zuiderkwast authored Aug 15, 2024
1 parent 6b3fc6a commit a839ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hircluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@ int redisClusterConnect2(redisClusterContext *cc) {
return REDIS_ERR;
}
/* Clear a previously set shutdown flag since we allow a
reconnection of an async context using this API (legacy). */
* reconnection of an async context using this API (legacy). */
cc->flags &= ~HIRCLUSTER_FLAG_SHUTDOWN;

return _redisClusterConnect2(cc);
Expand Down

0 comments on commit a839ccb

Please sign in to comment.