mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 17:06:04 +02:00
Set Private to null instead of false
This commit is contained in:
@@ -88,7 +88,7 @@ internal partial class MacVendorLookup
|
||||
MacPrefix = macAdress,
|
||||
VendorName = "Unknown",
|
||||
BlockType = "Unknown",
|
||||
Private = false,
|
||||
Private = null,
|
||||
LastUpdate = "Unknown"
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user