[dovecot-cvs] dovecot/src/login-common master.c,1.13,1.14

cras at dovecot.org cras at dovecot.org
Sun Jan 9 18:51:08 EET 2005


Update of /var/lib/cvs/dovecot/src/login-common
In directory talvi:/tmp/cvs-serv30502/login-common

Modified Files:
	master.c 
Log Message:
Added backlog parameter for net_listen*().



Index: master.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/master.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- master.c	26 Nov 2004 19:15:27 -0000	1.13
+++ master.c	9 Jan 2005 16:51:06 -0000	1.14
@@ -175,7 +175,7 @@
 		}
 
 		/* need to create it */
-		fd = net_listen_unix(path);
+		fd = net_listen_unix(path, 16);
 		if (fd != -1) {
 			master_exec(fd);
 			fd = -1;



More information about the dovecot-cvs mailing list