dovecot-1.2: vpopmail: Removed vauth_open() call. Apparently it'...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Tue Nov 10 03:52:59 EET 2009
    
    
  
details:   http://hg.dovecot.org/dovecot-1.2/rev/7ea4e58aa356
changeset: 9468:7ea4e58aa356
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 09 20:52:54 2009 -0500
description:
vpopmail: Removed vauth_open() call. Apparently it's not the right way.
diffstat:
1 file changed, 2 deletions(-)
src/auth/userdb-vpopmail.c |    2 --
diffs (12 lines):
diff -r 2cf9f73cf0aa -r 7ea4e58aa356 src/auth/userdb-vpopmail.c
--- a/src/auth/userdb-vpopmail.c	Mon Nov 09 20:38:19 2009 -0500
+++ b/src/auth/userdb-vpopmail.c	Mon Nov 09 20:52:54 2009 -0500
@@ -160,8 +160,6 @@ vpopmail_preinit(struct auth_userdb *aut
 		} else
 			i_fatal("userdb vpopmail: Unknown setting: %s", *tmp);
 	}
-	if (vauth_open(0) != 0)
-		i_fatal("userdb vpopmail: vauth_open() failed");
 	return &module->module;
 }
 
    
    
More information about the dovecot-cvs
mailing list