minor fix

This commit is contained in:
yinle 2014-01-28 13:47:49 -08:00
parent 5e686b1a45
commit 9cae05441d

View File

@ -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.");
}
}