Skip to content

Commit

Permalink
Merge pull request #41 from mikebeaton/swap-unknown
Browse files Browse the repository at this point in the history
Swap 'special' and 'unknown' in enum, so that 'unknown' is default
  • Loading branch information
CyberShadow authored Mar 20, 2024
2 parents 31c269b + e118846 commit 4807603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhcptest.d
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ enum NETBIOSNodeTypeChars = "BPMH";
/// How option values are displayed and interpreted
enum OptionFormat
{
special,
unknown,
special,
str,
ip,
IP = ip, // for backwards compatibility
Expand Down

0 comments on commit 4807603

Please sign in to comment.