summaryrefslogtreecommitdiffstats
path: root/src/protocol-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol-simple.c')
-rw-r--r--src/protocol-simple.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/protocol-simple.c b/src/protocol-simple.c
index c8c45854..80249eef 100644
--- a/src/protocol-simple.c
+++ b/src/protocol-simple.c
@@ -73,8 +73,7 @@ static int do_read(struct connection *c) {
return -1;
}
- chunk.memblock->length = r;
- chunk.length = r;
+ chunk.memblock->length = chunk.length = r;
chunk.index = 0;
assert(c->input_memblockq);