# HG changeset patch # User Timo Sirainen # Date 1290104920 0 # Node ID 36c80d0bdd8a6d9acf588564e5f85e29bb7cf78c # Parent 84eb4afebc957f7b94bb5440be19c2d7c47d735c master: Compiling fix when systemd is enabled. 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;