mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
a few more use array.Empty<byte>
This commit is contained in:
@@ -97,7 +97,7 @@ namespace OpenSim.Server.Handlers.Authentication
|
||||
return DoEncryptedMethods(buffer);
|
||||
}
|
||||
}
|
||||
return new byte[0];
|
||||
return Array.Empty<byte>();
|
||||
}
|
||||
|
||||
private byte[] DoPlainMethods(string body)
|
||||
|
||||
Reference in New Issue
Block a user