mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
allow WindowsPinger for 64-bit windows
This commit is contained in:
parent
d824a19112
commit
bd7bb0cf0e
@ -37,7 +37,7 @@ public class PingerRegistry {
|
||||
this.scannerConfig = scannerConfig;
|
||||
|
||||
pingers = new LinkedHashMap<String, Class<? extends Pinger>>();
|
||||
if (Platform.WINDOWS && !Platform.ARCH_64) {
|
||||
if (Platform.WINDOWS) {
|
||||
// this will be the preferred choice for Windows users
|
||||
pingers.put("pinger.windows", WindowsPinger.class);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user