diff runopts.h @ 1510:eb4c7052f51d coverity

merge coverity up to date
author Matt Johnston <matt@ucc.asn.au>
date Sat, 17 Feb 2018 11:29:17 +0800
parents 2d450c1056e3
children 5916af64acd4 ed930fd6f60f
line wrap: on
line diff
--- a/runopts.h	Sat Feb 10 19:06:13 2018 +0800
+++ b/runopts.h	Sat Feb 17 11:29:17 2018 +0800
@@ -86,7 +86,7 @@
 	int ipv6;
 	*/
 
-#ifdef DO_MOTD
+#if DO_MOTD
 	/* whether to print the MOTD */
 	int domotd;
 #endif