plugins/chanbackup: PLUGIN_RESTARTABLE to PLUGIN_STATIC...

This commit is contained in:
adi2011
2023-02-02 20:31:24 +10:30
committed by Alex Myers
parent 709ff01fd2
commit 93d03bf9e8

View File

@@ -410,7 +410,7 @@ static const struct plugin_command commands[] = { {
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
setup_locale(); setup_locale();
plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL, plugin_main(argv, init, PLUGIN_STATIC, true, NULL,
commands, ARRAY_SIZE(commands), commands, ARRAY_SIZE(commands),
notifs, ARRAY_SIZE(notifs), NULL, 0, notifs, ARRAY_SIZE(notifs), NULL, 0,
NULL, 0, /* Notification topics we publish */ NULL, 0, /* Notification topics we publish */