mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 11:18:52 +00:00
lib: fix one more b0rked format string
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
e3a7fc5021
commit
bd90faea56
@ -789,7 +789,7 @@ struct thread_master *frr_init(void)
|
|||||||
#ifdef HAVE_SQLITE3
|
#ifdef HAVE_SQLITE3
|
||||||
if (!di->db_file)
|
if (!di->db_file)
|
||||||
di->db_file = dbfile_default;
|
di->db_file = dbfile_default;
|
||||||
db_init(di->db_file);
|
db_init("%s", di->db_file);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (di->flags & FRR_LIMITED_CLI)
|
if (di->flags & FRR_LIMITED_CLI)
|
||||||
|
Loading…
Reference in New Issue
Block a user