X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=2c4477657271e736e814749511d459a08decbfc3;hb=4b63e0f03d379a35f20262f10b2f6b29d0d81ffc;hp=22802ced20750a8ef1a793802eb4ba4f20dc41a3;hpb=101a56a24149e797b4f8ae555f9aa004cb5f446d;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index 22802ced2..2c4477657 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -1142,7 +1142,7 @@ void netedit(void) { if (malias_set_default) { - if (strncmp(ChrPtr(Line), HKEY("roommailalias|")) != 0) + if (strncasecmp(ChrPtr(Line), HKEY("roommailalias|")) != 0) { StrBufAppendBufPlain(Line, HKEY("\n"), 0); StrBufAppendBuf(TmpBuf, Line, 0);