commit 996ed9252693fdf20f6d8e31b0067b6829427266 from: Martijn van Duren date: Wed Aug 21 15:57:59 2019 UTC s/ctx->mailfrom/mailfrom/ commit - 078ff8cfc09db2173a1005d0d35764f75b6434a9 commit + 996ed9252693fdf20f6d8e31b0067b6829427266 blob - c581fa5c884c42076304874309bbddfe36f081a4 blob + 33938c186ad42cb4216530c026ecdab85bdcb877 --- opensmtpd.c +++ opensmtpd.c @@ -794,8 +794,7 @@ osmtpd_tx_mail(struct osmtpd_callback *cb, struct osmt params = end; if ((f = cb->cb) != NULL) - f(ctx, msgid, ctx->mailfrom, - osmtpd_strtostatus(params, linedup)); + f(ctx, msgid, mailfrom, osmtpd_strtostatus(params, linedup)); } static void