aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/afb-stub-ws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c
index 3c28871c..6c19fa00 100644
--- a/src/afb-stub-ws.c
+++ b/src/afb-stub-ws.c
@@ -649,7 +649,7 @@ static void on_hangup(void *closure)
static int enqueue_processing(struct afb_proto_ws *proto, void (*callback)(int signum, void* arg), void *arg)
{
- return jobs_queue(NULL /* proto */, 0, callback, arg);
+ return jobs_queue(proto, 0, callback, arg);
}
/*****************************************************/