Fix undersized buffer use by eximon. Bug 1527
[exim.git] / src / exim_monitor / em_globals.c
index 671bd7f030167a81bd00b42255d5958b85b1a278..918659d9867c65ceb9cf9a55fc8513d2e852bbb6 100644 (file)
@@ -220,6 +220,10 @@ tls_support tls_in = {
  -1,   /* tls_active */
  0,    /* bits */
  FALSE,        /* tls_certificate_verified */
+#ifdef EXPERIMENTAL_DANE
+ FALSE, /* dane_verified */
+ 0,     /* tlsa_usage */
+#endif
  NULL, /* tls_cipher */
  FALSE,        /* tls_on_connect */
  NULL, /* tls_on_connect_ports */