Do not clear the sort flag when receiving parts after the ghost.
Compare changes
+ 9
− 6
@@ -1447,9 +1447,10 @@ void runner_do_end_force(struct runner *r, struct cell *c, int timer) {
@@ -1466,7 +1467,8 @@ void runner_do_recv_part(struct runner *r, struct cell *c, int timer) {
@@ -1493,7 +1495,7 @@ void runner_do_recv_part(struct runner *r, struct cell *c, int timer) {
@@ -1872,9 +1874,10 @@ void *runner_main(void *data) {