Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/crypto/dist/heimdal/kadmin Pull up revision 1.2 (reques...



details:   https://anonhg.NetBSD.org/src/rev/555d05ded887
branches:  netbsd-1-5
changeset: 491358:555d05ded887
user:      he <he%NetBSD.org@localhost>
date:      Tue Apr 24 23:00:35 2001 +0000

description:
Pull up revision 1.2 (requested by joda):
  Correct argument processing.  Fixes PR#12696.
  (This is really the diff 1.1.1.3->1.2)

diffstat:

 crypto/dist/heimdal/kadmin/del_enctype.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 229205ff6f43 -r 555d05ded887 crypto/dist/heimdal/kadmin/del_enctype.c
--- a/crypto/dist/heimdal/kadmin/del_enctype.c  Tue Apr 24 22:57:25 2001 +0000
+++ b/crypto/dist/heimdal/kadmin/del_enctype.c  Tue Apr 24 23:00:35 2001 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2000 Kungliga Tekniska Högskolan
+ * Copyright (c) 1999-2001 Kungliga Tekniska Högskolan
  * (Royal Institute of Technology, Stockholm, Sweden). 
  * All rights reserved. 
  *
@@ -33,7 +33,7 @@
 
 #include "kadmin_locl.h"
 
-RCSID("$Id: del_enctype.c,v 1.1.1.1.2.1 2001/04/05 23:22:59 he Exp $");
+RCSID("$Id: del_enctype.c,v 1.1.1.1.2.2 2001/04/24 23:00:35 he Exp $");
 
 /*
  * del_enctype principal enctypes...
@@ -73,7 +73,7 @@
        usage ();
        return 0;
     }
-    if(argc - optind < 3 || help_flag) {
+    if(argc - optind < 2 || help_flag) {
        usage ();
        return 0;
     }



Home | Main Index | Thread Index | Old Index