changeset 19682:afc700a2e242

Compiler warning fix to previous commit
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Fri, 29 Jan 2016 17:47:52 +0200
parents 5a3aac8f8ee1
children c020ef5e168a
files src/lib-lda/smtp-client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-lda/smtp-client.c	Fri Jan 29 17:42:51 2016 +0200
+++ b/src/lib-lda/smtp-client.c	Fri Jan 29 17:47:52 2016 +0200
@@ -254,7 +254,7 @@
 	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,