mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
dont execute commands - deleted
This commit is contained in:
parent
c30f7bf438
commit
cae696d36b
1 changed files with 0 additions and 6 deletions
|
@ -370,12 +370,6 @@ int main(int argc, char* argv[]) {
|
|||
offline = 0;
|
||||
}
|
||||
|
||||
// dont execute comamnds in offline mode
|
||||
if (offline && (executeCommand || script_cmds_file)) {
|
||||
printf("ERROR: can't execute in offline mode.\n");
|
||||
return 2;
|
||||
}
|
||||
|
||||
// create a mutex to avoid interlacing print commands from our different threads
|
||||
pthread_mutex_init(&print_lock, NULL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue