tidying
[users/heiko/exim.git] / src / src / queue.c
index 60bf2ce77c39b67f2ef40a6670ea7a8a32a01127..8b0494b269a7593c6f97c74446665fe3890e26b0 100644 (file)
@@ -1133,7 +1133,7 @@ switch(action)
   {
   case MSG_SHOW_COPY:
     {
-    transport_ctx tctx = {0};
+    transport_ctx tctx = {{0}};
     deliver_in_buffer = store_malloc(DELIVER_IN_BUFFER_SIZE);
     deliver_out_buffer = store_malloc(DELIVER_OUT_BUFFER_SIZE);
     tctx.u.fd = 1;