Skip to content

Commit dfb20f6

Browse files
committed
Remove leftover
1 parent 5549e13 commit dfb20f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-db2-client/src/main/java/io/vertx/db2client/impl/codec/InitialHandshakeDB2CommandMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ void decodePayload(ByteBuf payload, int payloadLength) {
113113
break;
114114

115115
default:
116-
fail(new DB2Exception("The connection was unable to be established. Invalid connection state.", SqlCode.CONNECTION_REFUSED,
116+
fireCommandFailure(new DB2Exception("The connection was unable to be established. Invalid connection state.", SqlCode.CONNECTION_REFUSED,
117117
SQLState.AUTH_DATABASE_CONNECTION_REFUSED));
118118
break;
119119

0 commit comments

Comments
 (0)