Finished fine tuning due to linter output.
[bpdyndnsd] / src / main.cpp
index f26b482..683a7bd 100644 (file)
@@ -139,7 +139,7 @@ void terminate(int param)
     updater->get_logger()->print_caught_sigterm();
 
     exit(shutdown());
-}
+} /*lint !e715 */
 
 
 /**
@@ -150,7 +150,7 @@ void switch_to_offline(int param)
 {
     updater->get_logger()->print_caught_siguser1();
     is_online = false;
-}
+} /*lint !e715 */
 
 
 /**
@@ -163,7 +163,7 @@ void reload_config(int param)
     if ( updater->reload_config() != 0 )
         exit(-1);
     is_online = true;
-}
+} /*lint !e715 */
 
 
 /**