Skip to content

Commit 39a4051

Browse files
author
Simon MacMullen
committed
First challenge is null.
1 parent 023a7b6 commit 39a4051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public void start()
273273
}
274274

275275
LongString challenge = null;
276-
LongString response = sm.handleChallenge(LongStringHelper.asLongString(""), _factory);
276+
LongString response = sm.handleChallenge(null, _factory);
277277

278278
AMQP.Connection.Tune connTune = null;
279279
do {

0 commit comments

Comments
 (0)