From: Timo Sirainen Date: Tue, 5 May 2009 17:42:29 +0000 (-0400) Subject: pop3: Don't verify fd leaks here. X-Git-Tag: 2.0.alpha1~831 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b951cef684757acf8fc4a49e53e3f1af7e6752a;p=thirdparty%2Fdovecot%2Fcore.git pop3: Don't verify fd leaks here. --HG-- branch : HEAD --- diff --git a/src/pop3/main.c b/src/pop3/main.c index ef4240b91d..acd2f2c649 100644 --- a/src/pop3/main.c +++ b/src/pop3/main.c @@ -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 *envp[]) 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 "