]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Startup: Print version number
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 4 Sep 2021 05:33:54 +0000 (00:33 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 4 Sep 2021 05:33:54 +0000 (00:33 -0500)
Just to make sure ongoing debugs are running the right version.

Needs to be more automated.

src/config.c

index 634f2c6c71ffe25fb08e9f5b3b2809a85ebad98d..19d9998472a8c9e52248126f8664034d840cd184 100644 (file)
@@ -928,6 +928,7 @@ print_config(void)
 {
        struct option_field const *opt;
 
+       pr_op_info("Fort 1.5.1.2");
        pr_op_info("Configuration {");
 
        FOREACH_OPTION(options, opt, 0xFFFF)