X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finternet_addressing.c;h=95350afc7ad0a3a75fc31afe22979d02d81bfd8c;hb=2e0e7f94dd194cb2cda86e867ef11db6863805e5;hp=afa637a9ad009d33e1938cac2eb1fe5f9180e31a;hpb=f096b14739c2edfe2b6a0f29c077be80991ce2c1;p=citadel.git diff --git a/citadel/internet_addressing.c b/citadel/internet_addressing.c index afa637a9a..95350afc7 100644 --- a/citadel/internet_addressing.c +++ b/citadel/internet_addressing.c @@ -570,8 +570,7 @@ struct recptypes *validate_recipients(const char *supplied_recipients, const cha } strcat(ret->recp_room, this_recp); } - else if ( (!strncasecmp(this_recp, "room_", 5)) - && (!CtdlGetRoom(&tempQR, &this_recp_cooked[5])) ) { + else if ( (!strncasecmp(this_recp, "room_", 5)) && (!CtdlGetRoom(&tempQR, &this_recp_cooked[5])) ) { /* Save room so we can restore it later */ tempQR2 = CCC->room;