summaryrefslogtreecommitdiffstats
path: root/push.c
diff options
context:
space:
mode:
Diffstat (limited to 'push.c')
-rw-r--r--push.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/push.c b/push.c
index 454b6e9..3db8e74 100644
--- a/push.c
+++ b/push.c
@@ -99,7 +99,7 @@ incoming_push_message (struct context *c, const struct buffer *buffer)
status = process_incoming_push_msg (c,
buffer,
c->options.pull,
- pull_permission_mask (),
+ pull_permission_mask (c),
&option_types_found);
if (status == PUSH_MSG_ERROR)