keygen: fixed swap of mac and serial

This commit is contained in:
Giulio 2020-09-20 19:27:16 +02:00
parent 6dd0aadd0d
commit ae9d150ffa

View File

@ -308,7 +308,7 @@ int main()
gen_update_key();
mac = get_mac();
serial = get_serial();
gen_key(mac, serial);
gen_key(serial, mac);
return 0;
}