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.9~1373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed76dc5fbe00473618153f6feca320ebc015635;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};