[dovecot-cvs] dovecot/src/auth common.h,1.1.1.1,1.2

cras at procontrol.fi cras at procontrol.fi
Mon Nov 25 15:19:57 EET 2002


Update of /home/cvs/dovecot/src/auth
In directory danu:/tmp/cvs-serv25886/auth

Modified Files:
	common.h 
Log Message:
Moved login listener handle to fd 3 from 1 (stdout), because vpopmail could
try writing into it.



Index: common.h
===================================================================
RCS file: /home/cvs/dovecot/src/auth/common.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- common.h	9 Aug 2002 09:16:15 -0000	1.1.1.1
+++ common.h	25 Nov 2002 13:19:55 -0000	1.2
@@ -5,7 +5,7 @@
 #include "auth.h"
 
 #define MASTER_SOCKET_FD 0
-#define LOGIN_LISTEN_FD 1
+#define LOGIN_LISTEN_FD 3
 
 extern IOLoop ioloop;
 




More information about the dovecot-cvs mailing list