From 4b9ed28c37dc16d425582f08154bab36403e64c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 1 Jun 2009 19:44:59 +0000 Subject: [PATCH] * typo. --- webcit/roomops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/roomops.c b/webcit/roomops.c index 54948e49e..174c3f317 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -3798,7 +3798,7 @@ HashList *GetRoomListHash(StrBuf *Target, WCTemplputParams *TP) buf = NewStrBuf(); rooms = NewHash(1, NULL); StrBufTCP_read_line(buf, &WC->serv_sock, 0, &Err); - if (GetServerStatus(Buf, NULL) == 1) + if (GetServerStatus(buf, NULL) == 1) while(StrBufTCP_read_line(buf, &WC->serv_sock, 0, &Err), strcmp(ChrPtr(buf), "000")) { int i; const char *rmName = NULL; -- 2.39.2