Skip to content

Commit

Permalink
Forgot to update the --disable-redis code path for the new redis_set_…
Browse files Browse the repository at this point in the history
…server()

signature.
  • Loading branch information
Castaglia committed Mar 1, 2017
1 parent 1a03fa2 commit 4b559c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redis.c
Original file line number Diff line number Diff line change
Expand Up @@ -4119,7 +4119,7 @@ int redis_set_password(const char *password) {
return -1;
}

int redis_set_server(const char *server, int port) {
int redis_set_server(const char *server, int port, const char *password) {
errno = ENOSYS;
return -1;
}
Expand Down

0 comments on commit 4b559c5

Please sign in to comment.