From 04d1c26037eff1e4268501922237da91dfcf59de Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 25 May 2012 15:38:03 +0200 Subject: [PATCH] validate_recipients(): just remember the mailtype we're finaly interested in. --- citadel/msgbase.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.39.2