diff options
Diffstat (limited to 'lib/command_queue.c')
-rw-r--r-- | lib/command_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_queue.c b/lib/command_queue.c index 81ccebe5..69c8eca6 100644 --- a/lib/command_queue.c +++ b/lib/command_queue.c @@ -66,7 +66,7 @@ cq_action(mqueue_block mqb, mqb_flag_t flag) { int result; int i; - struct marshal *wyatt = mqb; + struct marshal *wyatt = mqb->arg0; if (flag == mqb_action) { |