mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-27 10:14:01 +00:00
VendorSpecificInformationOption: fixed formating issue in ToString().
This commit is contained in:
@@ -106,7 +106,7 @@ namespace DnsServerCore.Dhcp.Options
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Convert.ToHexString(_information);
|
||||
return BitConverter.ToString(_information).Replace("-", ":");
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user