Navigation Menu

Skip to content

Commit

Permalink
Use newer API. Closes #2576
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 18, 2019
1 parent 80fe62b commit 82aaa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_redis/rlm_redis.c
Expand Up @@ -75,7 +75,7 @@ static void *mod_conn_create(TALLOC_CTX *ctx, void *instance)

if (conn && conn->err) {
ERROR("rlm_redis (%s): Problems with redisConnectWithTimeout('%s', %d, %d), %s",
inst->xlat_name, inst->hostname, inst->port, inst->query_timeout, redisReplyReaderGetError(conn));
inst->xlat_name, inst->hostname, inst->port, inst->query_timeout, redisReaderGetError(conn));
redisFree(conn);
return NULL;
}
Expand Down

0 comments on commit 82aaa7a

Please sign in to comment.