mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-27 07:44:36 +02:00
Fixed previous commit
This commit is contained in:
parent
cfe3d94b46
commit
1448fff39f
@ -370,9 +370,10 @@ usage_err:
|
|||||||
wps->end = end_p;
|
wps->end = end_p;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (wps->bruteforce)
|
if (wps->bruteforce) {
|
||||||
wps->start += SEC_PER_DAY >> 1; /* Extra 12 hour span */
|
wps->start += SEC_PER_DAY >> 1; /* Extra 12 hour span */
|
||||||
wps->end = 0;
|
wps->end = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user