1
0
Эх сурвалжийг харах

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

Bryan Drewery 16 жил өмнө
parent
commit
cebdd7ddeb
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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) {