summaryrefslogtreecommitdiff
path: root/mail/dovecot/files/patch-src_master_main.c
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-07-24 16:29:10 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-07-24 16:29:10 +0000
commite4656bbaa3cf7cbdf54ee886a2ca42a056bcbffb (patch)
tree18e299873197e4bdd225868b8c9e0db7205f9cd8 /mail/dovecot/files/patch-src_master_main.c
parentFix build on sparc64 (and any other big-endian arch). (diff)
Update to dovecot-1.0.rc2, see
http://www.dovecot.org/list/dovecot-news/2006-July/000010.html. PR: 100037 Submitted by: maintainer Approved by: arved
Diffstat (limited to 'mail/dovecot/files/patch-src_master_main.c')
-rw-r--r--mail/dovecot/files/patch-src_master_main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/dovecot/files/patch-src_master_main.c b/mail/dovecot/files/patch-src_master_main.c
deleted file mode 100644
index 4c556da4f1d4..000000000000
--- a/mail/dovecot/files/patch-src_master_main.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/master/main.c 11 Jun 2006 17:44:25 -0000 1.80.2.2
-+++ src/master/main.c 16 Jun 2006 10:11:07 -0000 1.80.2.3
-@@ -355,7 +355,9 @@
- resolve_ip(set->listen, &set->listen_ip, &set->listen_port);
- resolve_ip(set->ssl_listen, &set->ssl_listen_ip, &set->ssl_listen_port);
-
-- if (set->ssl_listen_ip.family == 0 && set->ssl_listen == NULL)
-+ /* if ssl_listen wasn't explicitly set in the config file,
-+ use the non-ssl IP settings for the ssl listener, too. */
-+ if (set->ssl_listen_ip.family == 0 && *set->ssl_listen == '\0')
- set->ssl_listen_ip = set->listen_ip;
-
- /* register wanted protocols */