From: Wilfried Goesgens Date: Fri, 25 May 2012 13:38:03 +0000 (+0200) Subject: validate_recipients(): just remember the mailtype we're finaly interested in. X-Git-Tag: v8.12~68 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=04d1c26037eff1e4268501922237da91dfcf59de;p=citadel.git validate_recipients(): just remember the mailtype we're finaly interested in. --- diff --git a/citadel/msgbase.c b/citadel/msgbase.c index dd1e1d33a..830a07501 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -4157,8 +4157,8 @@ struct recptypes *validate_recipients(const char *supplied_recipients, ++num_recps; strcpy(org_recp, this_recp); - mailtype = alias(this_recp); - mailtype = alias(this_recp); + alias(this_recp); + alias(this_recp); mailtype = alias(this_recp); j = 0; for (j=0; !IsEmptyStr(&this_recp[j]); ++j) {