X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/d9898ee81388d1eff40cf71e85d9ce9b5c1401fe..8cefd203806dc3406799e37deeed619db0546535:/authmoduser2.c diff --git a/authmoduser2.c b/authmoduser2.c index 4f1882a..0614d39 100644 --- a/authmoduser2.c +++ b/authmoduser2.c @@ -4,7 +4,7 @@ */ #include "auth.h" -#include "authstaticlist.h" +#include "courierauthstaticlist.h" #include "courierauthsasl.h" #include "authwait.h" #include "courierauthdebug.h" @@ -19,7 +19,6 @@ #include "numlib/numlib.h" #include "authchangepwdir.h" -static const char rcsid[]="$Id: authmoduser2.c,v 1.9 2004/11/17 01:16:00 mrsam Exp $"; extern int authdaemondopasswd(char *, int); @@ -60,7 +59,7 @@ int auth_passwd(const char *service, if (authdaemondopasswd(buf, strlen(buf))) { free(buf); - sleep(5); + /*sleep(5);*/ return (-1); } free(buf);