X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Flmtp.c;h=610320c25aa86f7174d8cda09e4d50b92657a1cf;hb=b7d3afcfad94edf99a8dbc50ab670ded417e6bea;hp=9624ece6af2a656667b999d8aae937497feec140;hpb=803628d5b0b175dfa78f0b19b35213ace01207b1;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/transports/lmtp.c b/src/src/transports/lmtp.c index 9624ece6a..610320c25 100644 --- a/src/src/transports/lmtp.c +++ b/src/src/transports/lmtp.c @@ -106,7 +106,7 @@ Arguments: more_errno from the top address for use with ERRNO_FILTER_FAIL buffer the LMTP response buffer yield where to put a one-digit LMTP response code - message where to put an errror message + message where to put an error message Returns: TRUE if a "QUIT" command should be sent, else FALSE */ @@ -610,10 +610,10 @@ if (send_data) { BOOL ok; transport_ctx tctx = { + fd_in, tblock, addrlist, - US".", - US"..", + US".", US"..", ob->options }; @@ -635,7 +635,7 @@ if (send_data) debug_printf(" LMTP>> writing message and terminating \".\"\n"); transport_count = 0; - ok = transport_write_message(fd_in, &tctx, 0); + ok = transport_write_message(&tctx, 0); /* Failure can either be some kind of I/O disaster (including timeout), or the failure of a transport filter or the expansion of added headers. */