Skip to content

Commit 4c5f644

Browse files
committed
Fixed LightningDatabase.Name initialization
1 parent a8a18da commit 4c5f644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LightningDB/LightningDatabase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ internal LightningDatabase(string name, LightningTransaction tran, DatabaseHandl
3838
if (encoding == null)
3939
throw new ArgumentNullException("encoding");
4040

41+
_name = name;
4142
_handle = entry.Handle;
4243
_shouldDispose = true;
4344

0 commit comments

Comments
 (0)