Parcourir la source

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

Bryan Drewery il y a 16 ans
Parent
commit
cebdd7ddeb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {