Skip to content

Commit

Permalink
Forgot to update this call to redis_set_server(). Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Castaglia committed Aug 5, 2017
1 parent 71edc2b commit d85cd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mod_wrap2_redis.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ static int redistab_sess_init(void) {
password = c->argv[2];
db_idx = c->argv[3];

(void) redis_set_server(server, port, password, db_idx);
(void) redis_set_server(server, port, 0UL, password, db_idx);
}

c = find_config(main_server->conf, CONF_PARAM, "RedisTimeouts", FALSE);
Expand Down

0 comments on commit d85cd84

Please sign in to comment.