From: Aki Tuomi Date: Mon, 24 Sep 2018 12:24:19 +0000 (+0300) Subject: push-notification-driver-lua: Fix symbol names X-Git-Tag: 2.3.4~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37f5981c01bafa0066d09f669302d7ca7a7cdb1b;p=thirdparty%2Fdovecot%2Fcore.git push-notification-driver-lua: Fix symbol names --- 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};