Skip to content

Commit

Permalink
lmtp: local: Fix segfault occurring when quota is exceeded.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch authored and villesavolainen committed Feb 15, 2018
1 parent e0285e5 commit abc7aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmtp/lmtp-local.c
Expand Up @@ -133,7 +133,7 @@ static void
lmtp_local_rcpt_reply_overquota(struct lmtp_local_recipient *rcpt,
const char *error)
{
struct smtp_address *address = rcpt->rcpt.rcpt->path;
struct smtp_address *address = rcpt->rcpt.path;
struct lda_settings *lda_set =
mail_storage_service_user_get_set(rcpt->service_user)[2];

Expand Down

0 comments on commit abc7aab

Please sign in to comment.