Set Private to null instead of false

This commit is contained in:
Stone_Red
2024-05-01 02:00:12 +02:00
parent 92b1fd0598
commit 5ceee1092f
+1 -1
View File
@@ -88,7 +88,7 @@ internal partial class MacVendorLookup
MacPrefix = macAdress,
VendorName = "Unknown",
BlockType = "Unknown",
Private = false,
Private = null,
LastUpdate = "Unknown"
};
}