Fixed segmentation fault.

This commit is contained in:
Tristan B. Kildaire 2021-01-23 19:18:37 +02:00
parent d5a8b4827c
commit cc83551001
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ public final class MailSender : Thread
/* Save the failed local recipients */
this.failedRecipients = failedRecipients;
this.client = client;
/* Start the delivery */
start();
}