X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=libatalk%2Fdsi%2Fdsi_stream.c;h=94890dd8014341bbe6ccb02393f35a5456c9775c;hp=05c36fc8eaf290e06b62496f26ed60f6e8b8bce9;hb=beb1094f077290f1716b79a6e89d97bcab791c3a;hpb=81b23d76bd6db3ff337c4d0dbf12937d293aa2a0 diff --git a/libatalk/dsi/dsi_stream.c b/libatalk/dsi/dsi_stream.c index 05c36fc8..94890dd8 100644 --- a/libatalk/dsi/dsi_stream.c +++ b/libatalk/dsi/dsi_stream.c @@ -185,7 +185,7 @@ static ssize_t buf_read(DSI *dsi, uint8_t *buf, size_t count) if (len) return len; /* 2. */ - len = readt(dsi->socket, buf, count, 0, 1); /* 3. */ + len = readt(dsi->socket, buf, count, 0, 0); /* 3. */ LOG(log_maxdebug, logtype_dsi, "buf_read(%u bytes): got: %d", count, len);