a few more use array.Empty<byte>

This commit is contained in:
UbitUmarov
2022-03-13 02:05:56 +00:00
parent e043d8a2eb
commit e1ce7408da
5 changed files with 11 additions and 9 deletions

View File

@@ -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)