OpenSSL: under resumption open ticket DB writable, for record delete
[exim.git] / src / src / routers / ipliteral.c
index ecc60427891495725ad3fb2e2e8317d91a487938..1abdb043a32bb41b9e25c7dc0662e483c90d3821 100644 (file)
@@ -15,7 +15,7 @@
 empty declarations ("undefined" in the Standard) we put in a dummy value. */
 
 optionlist ipliteral_router_options[] = {
-  { "", opt_hidden, NULL }
+  { "", opt_hidden, {NULL} }
 };
 
 /* Size of the options list. An extern variable has to be used so that its
@@ -149,7 +149,7 @@ if (verify_check_this_host(CUSS&rblock->ignore_target_hosts,
 
 /* Set up a host item */
 
-h = store_get(sizeof(host_item));
+h = store_get(sizeof(host_item), FALSE);
 
 h->next = NULL;
 h->address = string_copy(ip);