* serv_getln now is a wrapper around existing functionality. a new temporary var...
[citadel.git] / webcit / webcit.c
index dcef892e63f61d50ca48e42036c09b7f512ecf78..9b3a926fbb67b05249ae56812e71e7ad5cd34468 100644 (file)
@@ -476,7 +476,7 @@ void ajax_servcmd(void)
                }
        case 1:
                while (!Done) {
-                       StrBuf_ServGetlnBuffered(Buf);
+                       StrBuf_ServGetln(Buf);
                        if ( (StrLength(Buf)==3) && 
                             !strcmp(ChrPtr(Buf), "000")) {
                                Done = 1;