diff src/auth/common.h @ 670:e5f32324af3c HEAD

Moved login listener handle to fd 3 from 1 (stdout), because vpopmail could try writing into it.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Nov 2002 15:19:55 +0200
parents 3b1985cbc908
children fd8888f6f037
line wrap: on
line diff
--- a/src/auth/common.h	Mon Nov 25 12:52:18 2002 +0200
+++ b/src/auth/common.h	Mon Nov 25 15:19:55 2002 +0200
@@ -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;