From 1448fff39f01f66151a35f46c2c66739c84119cc Mon Sep 17 00:00:00 2001 From: wiire Date: Wed, 27 Apr 2016 17:01:34 +0200 Subject: [PATCH] Fixed previous commit --- src/pixiewps.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pixiewps.c b/src/pixiewps.c index 4bb4d30..680b8f2 100644 --- a/src/pixiewps.c +++ b/src/pixiewps.c @@ -370,9 +370,10 @@ usage_err: wps->end = end_p; } } else { - if (wps->bruteforce) + if (wps->bruteforce) { wps->start += SEC_PER_DAY >> 1; /* Extra 12 hour span */ wps->end = 0; + } } } }