--- plugins/push-notification.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/push-notification.c b/plugins/push-notification.c index d910f70..75f013b 100644 --- a/plugins/push-notification.c +++ b/plugins/push-notification.c @@ -84,7 +84,7 @@ static void push_received(const char *from, const struct tm *remote, sms_agent_dispatch_datagram(pn->agent, "ReceiveNotification", from, remote, local, buffer, len, - NULL, NULL, NULL); + NULL, NULL, NULL, NULL, NULL); } static DBusMessage *push_notification_register_agent(DBusConnection *conn, -- 1.7.1