diff --git a/lib/shapito b/lib/shapito index 16878a14..50472d56 160000 --- a/lib/shapito +++ b/lib/shapito @@ -1 +1 @@ -Subproject commit 16878a14c0b54e8bf98bf1fa20f6a55b1434ce22 +Subproject commit 50472d5657ded0022b33cc50e7203393770732a3 diff --git a/src/od_frontend.c b/src/od_frontend.c index 0932ef1d..4e3f14cd 100644 --- a/src/od_frontend.c +++ b/src/od_frontend.c @@ -391,13 +391,12 @@ od_frontend_main(od_client_t *client) return rc; continue; } - /* CopyOutResponse */ if (type == 'H') { assert(! server->is_copy); server->is_copy = 1; } - /* CopyDone (copy out complete) */ + /* CopyDone */ if (type == 'c') { server->is_copy = 0; }