X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fsmtp_out.c;h=12ed5bc612e3fd639056c97ebb479877c41ec5eb;hb=ff9663026d1a318d385730c4a2c3e85508b4b00b;hp=96ee152826ef504cbbf529cd35b3ae45afe1f388;hpb=1d717e1c110562fd6bf28478c79f180cafeba776;p=exim.git diff --git a/src/src/smtp_out.c b/src/src/smtp_out.c index 96ee15282..12ed5bc61 100644 --- a/src/src/smtp_out.c +++ b/src/src/smtp_out.c @@ -500,7 +500,7 @@ else rc = n; } else - + { rc = send(outblock->cctx->sock, outblock->buffer, n, #ifdef MSG_MORE more ? MSG_MORE : 0 @@ -508,6 +508,7 @@ else 0 #endif ); + } } if (rc <= 0)