Fix initialiser in smtp transport
[exim.git] / src / src / transports / smtp.c
index ef9309c471a0f296126cfb9aad2bbd9f0c8cf4d7..61e8d8a4f5e6c39e32134da3e8a674cbd5d6b4ba 100644 (file)
@@ -206,7 +206,7 @@ void smtp_transport_closedown(transport_instance *tblock) {}
 
 smtp_transport_options_block smtp_transport_option_defaults = {
   .hosts =                     NULL,
-  .hosts =                     NULL,
+  .fallback_hosts =            NULL,
   .hostlist =                  NULL,
   .fallback_hostlist =         NULL,
   .authenticated_sender =      NULL,