Skip to content

Commit

Permalink
Compiler warning fix to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Jan 29, 2016
1 parent 7c92514 commit 589a288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-lda/smtp-client.c
Expand Up @@ -254,7 +254,7 @@ smtp_client_send_flush(struct smtp_client *smtp_client,
struct lmtp_client *client;
struct ioloop *ioloop;
struct istream *input;
const char *host, *p, *const *destp;
const char *host, *const *destp;
in_port_t port;

if (net_str2hostport(smtp_client->set->submission_host,
Expand Down

0 comments on commit 589a288

Please sign in to comment.