TLS: preload configuration items
[users/heiko/exim.git] / src / src / smtp_out.c
index c4c409677689f5ffaa74b55721640997fe72cc83..911dd537e268becd78ac34e48a0be338b6fc0d55 100644 (file)
@@ -609,7 +609,7 @@ if (format)
       while (!isspace(*p)) p++;
       while (isspace(*p)) p++;
       }
-    while (*p != 0) *p++ = '*';
+    while (*p) *p++ = '*';
     }
 
   HDEBUG(D_transport|D_acl|D_v) debug_printf_indent("  SMTP>> %s\n", big_buffer);