X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fqueue.c;h=8b0494b269a7593c6f97c74446665fe3890e26b0;hb=6c4545562d5b520ad23d9470382dde4b2af9671f;hp=60bf2ce77c39b67f2ef40a6670ea7a8a32a01127;hpb=32dfdf8baa8ccf091a0d5d4d75e8627424898756;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/queue.c b/src/src/queue.c index 60bf2ce77..8b0494b26 100644 --- a/src/src/queue.c +++ b/src/src/queue.c @@ -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;