modified to compile against the changed mailer_send_message()
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -384,7 +384,7 @@ mail_send0 (struct send_environ *env, int save_to) | ... | @@ -384,7 +384,7 @@ mail_send0 (struct send_environ *env, int save_to) |
384 | status = mailer_open (mailer, MU_STREAM_RDWR); | 384 | status = mailer_open (mailer, MU_STREAM_RDWR); |
385 | if (status == 0) | 385 | if (status == 0) |
386 | { | 386 | { |
387 | mailer_send_message (mailer, msg); | 387 | mailer_send_message (mailer, msg, NULL, NULL); |
388 | mailer_close (mailer); | 388 | mailer_close (mailer); |
389 | } | 389 | } |
390 | mailer_destroy (&mailer); | 390 | mailer_destroy (&mailer); | ... | ... |
-
Please register or sign in to post a comment