replace obsolete code

This commit is contained in:
UbitUmarov
2022-09-20 21:40:56 +01:00
parent 31fa8b45df
commit 58f20c6d6e
4 changed files with 5 additions and 5 deletions

View File

@@ -289,7 +289,7 @@ namespace OpenSim.Data.SQLite
metadata.CreatorID = row["CreatorID"].ToString();
// Current SHA1s are not stored/computed.
metadata.SHA1 = new byte[] {};
metadata.SHA1 = Array.Empty<byte>();
return metadata;
}