changeset 9221:f41ce5378722 HEAD

pop3: Don't verify fd leaks here.
author Timo Sirainen <tss@iki.fi>
date Tue, 05 May 2009 13:42:29 -0400
parents 3cac418eeab5
children 9e02485f6e3d
files src/pop3/main.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/pop3/main.c	Tue May 05 12:35:05 2009 -0400
+++ b/src/pop3/main.c	Tue May 05 13:42:29 2009 -0400
@@ -6,7 +6,6 @@
 #include "buffer.h"
 #include "base64.h"
 #include "restrict-access.h"
-#include "fd-close-on-exec.h"
 #include "process-title.h"
 #include "master-service.h"
 #include "var-expand.h"
@@ -94,10 +93,6 @@
 	const char *value;
 	int c;
 
-#ifdef DEBUG
-	if (!IS_STANDALONE() && getenv("GDB") == NULL)
-		fd_debug_verify_leaks(3, 1024);
-#endif
 	if (IS_STANDALONE() && getuid() == 0 &&
 	    net_getpeername(1, NULL, NULL) == 0) {
 		printf("-ERR pop3 binary must not be started from "