Skip to content

Commit c2f2769

Browse files
committed
Update sockhub
1 parent cb6377b commit c2f2769

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/pg_xtm/sockhub/sockhub.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ void ShubLoop(Shub* shub)
269269
}
270270
tail -= n;
271271
} while (tail != 0);
272-
pos =;
272+
pos = shub->out_buffer_used;
273+
break;
273274
}
274275
}
275276
memcpy(shub->out_buffer, shub->out_buffer + pos, shub->out_buffer_used - pos);

0 commit comments

Comments
 (0)