From 93d03bf9e8516a160d38e279a0e0b2f0b3db2c40 Mon Sep 17 00:00:00 2001 From: adi2011 Date: Thu, 2 Feb 2023 20:31:24 +1030 Subject: [PATCH] plugins/chanbackup: PLUGIN_RESTARTABLE to PLUGIN_STATIC... --- plugins/chanbackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chanbackup.c b/plugins/chanbackup.c index 606a96ab7cd0..e0d49d2d6497 100644 --- a/plugins/chanbackup.c +++ b/plugins/chanbackup.c @@ -410,7 +410,7 @@ static const struct plugin_command commands[] = { { int main(int argc, char *argv[]) { setup_locale(); - plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL, + plugin_main(argv, init, PLUGIN_STATIC, true, NULL, commands, ARRAY_SIZE(commands), notifs, ARRAY_SIZE(notifs), NULL, 0, NULL, 0, /* Notification topics we publish */