mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 00:13:40 +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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user