mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-27 15:54:29 +02:00
Fixed assignment in conditional expression
This commit is contained in:
parent
ff0beef1b2
commit
73a884fbd3
@ -1367,7 +1367,7 @@ usage_err:
|
||||
printf(" (%s UTC)", buffer);
|
||||
}
|
||||
else {
|
||||
if (found_p_mode = RT && nonce_seed == 0)
|
||||
if (found_p_mode == RT && nonce_seed == 0)
|
||||
printf("\n [*] Seed N1: -");
|
||||
else
|
||||
printf("\n [*] Seed N1: 0x%08x", nonce_seed);
|
||||
|
Loading…
x
Reference in New Issue
Block a user