* typo.
authorWilfried Göesgens <willi@citadel.org>
Mon, 1 Jun 2009 19:44:59 +0000 (19:44 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 1 Jun 2009 19:44:59 +0000 (19:44 +0000)
webcit/roomops.c

index 54948e49e221dea1d9f0b9d23dc6ea6111b2be59..174c3f317279c617c728fe4ddba2b41ce13a947a 100644 (file)
@@ -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;