aboutsummaryrefslogtreecommitdiff
path: root/src/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail.c')
-rw-r--r--src/mail.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mail.c b/src/mail.c
index 98f6c4a..756490a 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -480,6 +480,8 @@ get_uploader_email (struct uploader_info *info, struct file_triplet *trp,
mu_address_t rcpt = NULL;
int rc;
+ if (!info)
+ return NULL;
rc = mu_address_create (&addr, info->email);
if (rc)
{

Return to:

Send suggestions and report system problems to the System administrator.