Disable passkeys

This commit is contained in:
jl777
2019-03-03 21:56:17 -11:00
parent e08b96bc42
commit 1d048ad5fc

View File

@@ -765,7 +765,7 @@ void rogue_progress(struct rogue_state *rs,int32_t waitflag,uint64_t seed,char *
} }
// extract and get keystrokes field and compare it to pastkeys // extract and get keystrokes field and compare it to pastkeys
// if not matching... panic? // if not matching... panic?
if ( (pastkeys= rogue_keystrokesload(&numpastkeys,seed,1)) != 0 ) if ( 0 && (pastkeys= rogue_keystrokesload(&numpastkeys,seed,1)) != 0 )
{ {
free(pastkeys); free(pastkeys);
} }