Convert CtdlMessages to respect cm_lengths[]
[citadel.git] / citadel / user_ops.c
index 0b50d129b651133086a1e96f1dc89528419dc14a..e55807dd33196103c1537c27ed5670d9dbcaf4cf 100644 (file)
@@ -653,7 +653,7 @@ int CtdlLoginExistingUser(char *authname, const char *trythisname)
        else {
                /* native auth mode */
 
-               struct recptypes *valid = NULL;
+               recptypes *valid = NULL;
        
                /* First, try to log in as if the supplied name is a display name */
                found_user = CtdlGetUser(&CC->user, username);