X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fuser_ops.c;h=fc54495cd0b2a3a71accba3e2bc8dadf39fd8640;hp=2c1228b87888d38de33d0ac366688eb586841347;hb=939ba3f9a9da345cc3bf48e646ef5787074ac05d;hpb=3faf301cf0711139536f237f6cf69a22a71ee370 diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 2c1228b87..fc54495cd 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -422,7 +422,7 @@ int CtdlLoginExistingUser(char *authname, char *trythisname) * is an e-mail address */ if (found_user != 0) { - valid = validate_recipients(username, 0); + valid = validate_recipients(username, NULL, 0); if (valid != NULL) { if (valid->num_local == 1) { found_user = getuser(&CC->user, valid->recp_local);