diff --git a/src/stick_table.c b/src/stick_table.c index da07b8c83..485f6f184 100644 --- a/src/stick_table.c +++ b/src/stick_table.c @@ -626,7 +626,7 @@ out_unlock: * Task processing function to trash expired sticky sessions. A pointer to the * task itself is returned since it never dies. */ -static struct task *process_table_expire(struct task *task, void *context, unsigned short state) +struct task *process_table_expire(struct task *task, void *context, unsigned short state) { struct stktable *t = context;