projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5011eac
)
fix logic for turning on debugging
author
John Kohl
<jtkohl@mit.edu>
Wed, 31 Oct 1990 14:47:57 +0000
(14:47 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 31 Oct 1990 14:47:57 +0000
(14:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1384
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/des/misc.c
patch
|
blob
|
history
diff --git
a/src/lib/crypto/des/misc.c
b/src/lib/crypto/des/misc.c
index 2422850d0a201ed8f8e777fc7e01b7ea69f11c7c..ecca804d6f66a71a79f84c24da7f931668026c50 100644
(file)
--- a/
src/lib/crypto/des/misc.c
+++ b/
src/lib/crypto/des/misc.c
@@
-307,7
+307,7
@@
main(argc, argv)
while (argc--, *++argv) {
arg = *argv;
if (*arg == '-') {
-
if (!strcmp(arg, "-d") &&
!strcmp(arg, "-debug"))
+
if (!strcmp(arg, "-d") ||
!strcmp(arg, "-debug"))
mit_des_debug++;
else {
fprintf(stderr, "%s: unknown control argument %s\n",