minor fix
This commit is contained in:
parent
5e686b1a45
commit
9cae05441d
@ -112,7 +112,7 @@ sub dodiscover {
|
||||
foreach my $range (@iprange) {
|
||||
send_message($args{reqcallback}, 0, "Processing range $range...");
|
||||
if ($range =~/\/(\d+)/){
|
||||
if ($1 > 16) {
|
||||
if ($1 < 16) {
|
||||
send_message($args{reqcallback}, 0, "The rarge is too large and may be time consuming. Broadcast is recommended.");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user