diff options
Diffstat (limited to 'babeld/babel_main.c')
| -rw-r--r-- | babeld/babel_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/babeld/babel_main.c b/babeld/babel_main.c index 7122d6953b..31b5ed53d0 100644 --- a/babeld/babel_main.c +++ b/babeld/babel_main.c @@ -171,8 +171,8 @@ main(int argc, char **argv) } } - snprintf(state_file, sizeof(state_file), "%s/%s", - frr_vtydir, "babel-state"); + snprintf(state_file, sizeof(state_file), "%s/%s", frr_runstatedir, + "babel-state"); /* create the threads handler */ master = frr_init (); |
