Fixed previous commit

This commit is contained in:
wiire 2016-04-27 17:01:34 +02:00
parent cfe3d94b46
commit 1448fff39f

View File

@ -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;
}
} }
} }
} }