aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 20bd6c94..3567a722 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -453,7 +453,10 @@ static int run_work(const struct index_args *iargs, Stream *st,
} else {
pargs.msgpack_obj = im_zmq_fetch(zmqstuff);
- pargs.filename_p_e = NULL;
+ pargs.filename_p_e = initialize_filename_plus_event();
+ pargs.filename_p_e->filename = strdup("(from ZMQ)");
+ pargs.filename_p_e->ev = NULL;
+ ser = 0; /* FIXME */
}