Skip to content

Commit

Permalink
lmtp: proxy: Use client.event for SMTP client connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Mar 12, 2019
1 parent a66de43 commit 348d10e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lmtp/lmtp-proxy.c
Expand Up @@ -123,6 +123,7 @@ lmtp_proxy_init(struct client *client,
lmtp_set.proxy_data.ttl_plus_1 = LMTP_PROXY_DEFAULT_TTL + 1;
else
lmtp_set.proxy_data.ttl_plus_1--;
lmtp_set.event_parent = client->event;

proxy->lmtp_client = smtp_client_init(&lmtp_set);

Expand Down

0 comments on commit 348d10e

Please sign in to comment.