X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmsgbase.c;fp=citadel%2Fmsgbase.c;h=830a07501b5e33a47f3e191243eda9701acb5b5c;hp=dd1e1d33a0869d187924faa9a30db4a8ab39f278;hb=04d1c26037eff1e4268501922237da91dfcf59de;hpb=eb5939e86efacfbbdab2705e3fbce52223af38a7 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) {