]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixed a stupid bug in parse-and-exit mode
authorMaria Matejka <mq@ucw.cz>
Thu, 29 Aug 2024 12:37:19 +0000 (14:37 +0200)
committerMaria Matejka <mq@ucw.cz>
Thu, 29 Aug 2024 12:37:19 +0000 (14:37 +0200)
commit2ba6e797ccd365f5c930a18953a08d3c5e315ff9
tree4e060b9ea9763a279036ca422b8b2ae5af44f440
parent404e82616d950cbf45b16adb11ce3a52e285e16b
Fixed a stupid bug in parse-and-exit mode

Introduced in 08ff0af8986099e6fb1d8a94c7ce62c83e4df7f1, the additional CLI
configuration wasn't properly initialized in the parse-and-exit mode
due to an oversight that cli_init_unix() is not called in this mode.

Thanks to Felix Friedlander for the bugreport.
sysdep/unix/main.c