From: Merlokbr@gmail.com Date: Tue, 17 Jul 2012 11:29:34 +0000 (+0000) Subject: small fix X-Git-Tag: v1.0.0~160 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/c948cbde8cdb6870daa7df8fef0bef76b8da5333 small fix --- diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index c27ba56c..c7f51ed8 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -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;