Explorar o código

* Oops, meant to keep password prompt disabled for debugging binaries

Bryan Drewery %!s(int64=16) %!d(string=hai) anos
pai
achega
cebdd7ddeb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -334,7 +334,7 @@ static void dtx_arg(int& argc, char *argv[])
   int i = 0, checked_pass = 0;
   char *p = NULL;
 #ifdef DEBUG
-//  checked_pass = 1;
+  checked_pass = 1;
 #endif
   opterr = 0;
   while ((i = getopt(argc, argv, PARSE_FLAGS)) != EOF) {