]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
push-notification-driver-lua: Fix symbol names
authorAki Tuomi <aki.tuomi@dovecot.fi>
Mon, 24 Sep 2018 12:24:19 +0000 (15:24 +0300)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Wed, 14 Nov 2018 12:01:53 +0000 (14:01 +0200)
src/plugins/push-notification/push-notification-driver-lua.c

index 635557d0e2309951ec32aaf8ae23e7ae80a985d8..6afca9c143365c1cbf93a1e0be8c9eeddb88ca21 100644 (file)
@@ -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};