* give message sender in while evaluating the recipient...
[citadel.git] / citadel / user_ops.c
index 2c1228b87888d38de33d0ac366688eb586841347..fc54495cd0b2a3a71accba3e2bc8dadf39fd8640 100644 (file)
@@ -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);