]> code.citadel.org Git - citadel.git/blobdiff - webcit/serv_func.c
* serv_getln now is a wrapper around existing functionality. a new temporary var...
[citadel.git] / webcit / serv_func.c
index 50dd83b52b9212bfc6bce34ce01b4793b26fe8bf..7dbc16c940d10037122e841f8e2df9d115492a78 100644 (file)
@@ -458,7 +458,7 @@ int read_server_binary(StrBuf *Ret, size_t total_len, StrBuf *Buf)
                        }
                }
                serv_printf("READ %d|%d", (int)bytes, (int)thisblock);
-               if (StrBuf_ServGetlnBuffered(Buf) > 0)
+               if (StrBuf_ServGetln(Buf) > 0)
                {
                        if (GetServerStatus(Buf, NULL) == 6)
                        {