From 6ed76dc5fbe00473618153f6feca320ebc015635 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Mon, 24 Sep 2018 15:24:19 +0300 Subject: [PATCH] push-notification-driver-lua: Fix symbol names --- src/plugins/push-notification/push-notification-driver-lua.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/push-notification/push-notification-driver-lua.c b/src/plugins/push-notification/push-notification-driver-lua.c index 635557d0e2..6afca9c143 100644 --- a/src/plugins/push-notification/push-notification-driver-lua.c +++ b/src/plugins/push-notification/push-notification-driver-lua.c @@ -506,6 +506,6 @@ void push_notification_lua_plugin_deinit(void) push_notification_driver_unregister(&push_notification_driver_lua); } -const char *push_notification_driver_lua_plugin_version = DOVECOT_ABI_VERSION; -const char *push_notification_driver_lua_plugin_dependencies[] = +const char *push_notification_lua_plugin_version = DOVECOT_ABI_VERSION; +const char *push_notification_lua_plugin_dependencies[] = { "push_notification", "mail_lua", NULL}; -- 2.47.3