dovecot-2.0: pop3: Don't verify fd leaks here.

dovecot at dovecot.org dovecot at dovecot.org
Tue May 5 21:55:13 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/f41ce5378722
changeset: 9221:f41ce5378722
user:      Timo Sirainen <tss at iki.fi>
date:      Tue May 05 13:42:29 2009 -0400
description:
pop3: Don't verify fd leaks here.

diffstat:

1 file changed, 5 deletions(-)
src/pop3/main.c |    5 -----

diffs (22 lines):

diff -r 3cac418eeab5 -r f41ce5378722 src/pop3/main.c
--- 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 @@ int main(int argc, char *argv[], char *e
 	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 "


More information about the dovecot-cvs mailing list