dovecot-2.0: master: Compiling fix when systemd is enabled.

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 18 20:28:45 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/36c80d0bdd8a
changeset: 12440:36c80d0bdd8a
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 18 18:28:40 2010 +0000
description:
master: Compiling fix when systemd is enabled.

diffstat:

 src/master/service-listen.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 84eb4afebc95 -r 36c80d0bdd8a src/master/service-listen.c
--- a/src/master/service-listen.c	Wed Nov 17 18:40:52 2010 +0000
+++ b/src/master/service-listen.c	Thu Nov 18 18:28:40 2010 +0000
@@ -147,7 +147,7 @@
 
 #ifdef HAVE_SYSTEMD
 static int
-systemd_listen_fd(const struct ip_addr *my_ip, unsigned int port, int *fd_r)
+systemd_listen_fd(const struct ip_addr *ip, unsigned int port, int *fd_r)
 {
 	static int sd_fds = -1;
 	int fd, fd_max;


More information about the dovecot-cvs mailing list