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:
David Lamparter 2024-03-21 10:25:26 +10:00
parent 08c56b40b6
commit 8043a71dbf

View File

@ -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];