Updated the comments in serv_smtp.c to reflect that it is strictly a server now.
[citadel.git] / citadel / auth.c
index 89218b60df93d61a12b897ba7e8a6f1d0c2ead7c..ae09354f230627960660a8d44a9e0b4291c0a029 100644 (file)
@@ -110,7 +110,7 @@ int validate_password(uid_t uid, const char *pass)
 #endif
        struct passwd *pw;
        int retval = 0;
-       int flags;
+       int flags = 0;
 
 #ifdef PAM_DATA_SILENT
        flags = PAM_DATA_SILENT;