lib: fix one more b0rked format string

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
David Lamparter 2023-01-31 22:05:17 +01:00
parent e3a7fc5021
commit bd90faea56

View File

@ -789,7 +789,7 @@ struct thread_master *frr_init(void)
#ifdef HAVE_SQLITE3
if (!di->db_file)
di->db_file = dbfile_default;
db_init(di->db_file);
db_init("%s", di->db_file);
#endif
if (di->flags & FRR_LIMITED_CLI)