From: Timo Sirainen Date: Tue, 10 Nov 2009 01:52:54 +0000 (-0500) Subject: vpopmail: Removed vauth_open() call. Apparently it's not the right way. X-Git-Tag: 2.0.alpha3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83b41aa13d518ae71afcc77bf257deb685c32a08;p=thirdparty%2Fdovecot%2Fcore.git vpopmail: Removed vauth_open() call. Apparently it's not the right way. --HG-- branch : HEAD --- diff --git a/src/auth/userdb-vpopmail.c b/src/auth/userdb-vpopmail.c index cf81a7e829..1d79bd1d3d 100644 --- a/src/auth/userdb-vpopmail.c +++ b/src/auth/userdb-vpopmail.c @@ -160,8 +160,6 @@ vpopmail_preinit(struct auth_userdb *auth_userdb, const char *args) } else i_fatal("userdb vpopmail: Unknown setting: %s", *tmp); } - if (vauth_open(0) != 0) - i_fatal("userdb vpopmail: vauth_open() failed"); return &module->module; }