Skip to content

Commit 058c847

Browse files
committed
Clean up previous PR
1 parent 439d31c commit 058c847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vmod_redis.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ vmod_db_execute(
835835
/* we need this twice, with two different arg structures:
836836
* - one exposed directly by the vcc
837837
* - the other will be used by the proxied version
838-
* and sadly we can't use VMOD_PROXIED_METHOD because of this
838+
* and sadly we can't use VMOD_PROXIED_METHOD because of this
839839
*/
840840

841841
#define EASY_EXEC(name, arg_type) \
@@ -1444,7 +1444,7 @@ vmod_easy_execute(VRT_CTX, struct arg_vmod_redis_easy_execute *args)
14441444
task_state_t *state = get_task_state(ctx, args->task_priv, 0);
14451445
instance = state->db;
14461446
}
1447-
1447+
14481448
if (instance != NULL) {
14491449
return vmod_db_easy_execute_proxy(ctx, instance, args);
14501450
} else {

0 commit comments

Comments
 (0)