Skip to content

Commit c26eab6

Browse files
committed
oops
1 parent 5b2e2ae commit c26eab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/impl/ChannelN.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ public Tx.RollbackOk txRollback()
867867
public Confirm.SelectOk confirmSelect()
868868
throws IOException
869869
{
870-
if (nextPublishSeqNo == 0) nextPublishSeqNo = 0;
870+
if (nextPublishSeqNo == 0) nextPublishSeqNo = 1;
871871
return (Confirm.SelectOk)
872872
exnWrappingRpc(new Confirm.Select(false)).getMethod();
873873

0 commit comments

Comments
 (0)