mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 14:29:47 +00:00
lib: fix SQLite dbfile path length
I can't see them but apparently this causes compiler warnings. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
08c56b40b6
commit
8043a71dbf
@ -59,7 +59,7 @@ char config_default[512];
|
||||
char frr_zclientpath[512];
|
||||
static char pidfile_default[1024];
|
||||
#ifdef HAVE_SQLITE3
|
||||
static char dbfile_default[512];
|
||||
static char dbfile_default[1024];
|
||||
#endif
|
||||
static char vtypath_default[512];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user