]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
pop3: Don't verify fd leaks here.
authorTimo Sirainen <tss@iki.fi>
Tue, 5 May 2009 17:42:29 +0000 (13:42 -0400)
committerTimo Sirainen <tss@iki.fi>
Tue, 5 May 2009 17:42:29 +0000 (13:42 -0400)
--HG--
branch : HEAD

src/pop3/main.c

index ef4240b91dd023ec7a3a9cf37752926faa74d546..acd2f2c649fabce40f981381e1d203905ca488c3 100644 (file)
@@ -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 "