mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 02:39:52 +08:00
make more use of stream.CopyTo on (de)compressors, plus several cosmetics
This commit is contained in:
@@ -324,7 +324,7 @@ namespace OpenSim.Data.MySQL
|
||||
metadata.CreatorID = dbReader["CreatorID"].ToString();
|
||||
|
||||
// Current SHA1s are not stored/computed.
|
||||
metadata.SHA1 = new byte[] { };
|
||||
metadata.SHA1 = Array.Empty<byte>();
|
||||
|
||||
retList.Add(metadata);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user