mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
replace obsolete code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user