mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
use array.Empty<byte>
This commit is contained in:
@@ -187,7 +187,7 @@ namespace OpenSim.Server.Handlers.Authentication
|
||||
|
||||
private byte[] DoEncryptedMethods(byte[] ciphertext)
|
||||
{
|
||||
return new byte[0];
|
||||
return Array.Empty<byte>();
|
||||
}
|
||||
|
||||
private byte[] SuccessResult()
|
||||
|
||||
Reference in New Issue
Block a user