keygen: fixed swap of mac and serial
This commit is contained in:
parent
6dd0aadd0d
commit
ae9d150ffa
@ -308,7 +308,7 @@ int main()
|
|||||||
gen_update_key();
|
gen_update_key();
|
||||||
mac = get_mac();
|
mac = get_mac();
|
||||||
serial = get_serial();
|
serial = get_serial();
|
||||||
gen_key(mac, serial);
|
gen_key(serial, mac);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user