Skip to content

Commit 6b2c0c2

Browse files
committed
Fixed missing initialization.
1 parent ce5e107 commit 6b2c0c2

File tree

1 file changed

+1
-0
lines changed
  • Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10

1 file changed

+1
-0
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsDatabase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public GdsDatabase(GdsConnection connection)
135135
_connection = connection;
136136
_charset = Charset.DefaultCharset;
137137
_dialect = 3;
138+
_handle = -1;
138139
_packetSize = 8192;
139140
_xdrStream = _connection.CreateXdrStream();
140141
}

0 commit comments

Comments
 (0)