tidying
[exim.git] / src / src / host.c
index 6a6e7abf8bcb061c4b326f44e9f622198332a181..b65168c68a1870bd5270b0377a38b6ce4fbad9e5 100644 (file)
@@ -1521,7 +1521,7 @@ int len;
 uschar *s, *t;
 struct hostent *hosts;
 struct in_addr addr;
-unsigned long time_msec;
+unsigned long time_msec = 0;   /* init to quieten dumb static analysis */
 
 if (slow_lookup_log) time_msec = get_time_in_ms();