small fix

This commit is contained in:
Merlokbr@gmail.com 2012-07-17 11:29:34 +00:00
parent e0c635d19c
commit c948cbde8c

View file

@ -1543,8 +1543,8 @@ int CmdHF14AMfCSave(const char *Cmd) {
int CmdHF14AMfSniff(const char *Cmd){
// params
bool wantLogToFile = 1;
bool wantDecrypt = 1;
bool wantLogToFile = 0;
bool wantDecrypt = 0;
bool wantSaveToEml = 0;
bool wantSaveToEmlFile = 0;