X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fuser_ops.c;fp=citadel%2Fuser_ops.c;h=0dc5ae3276b4909587f673041368b5f53cc2fc8a;hb=882ff5a53c3b4e440520a073cf07dc60b2671876;hp=df9c920fc3b73a90455ba56b2d76ea5345eee04c;hpb=8f575fc90b5bb9f934bf8ad115d580f5929ffbe5;p=citadel.git diff --git a/citadel/user_ops.c b/citadel/user_ops.c index df9c920fc..0dc5ae327 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -623,7 +623,7 @@ int CtdlLoginExistingUser(const char *trythisname) else { /* native auth mode */ - recptypes *valid = NULL; + struct recptypes *valid = NULL; /* First, try to log in as if the supplied name is a display name */ found_user = CtdlGetUser(&CC->user, username);