summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kadmin/cpw.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/kadmin/cpw.c')
-rw-r--r--crypto/heimdal/kadmin/cpw.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/kadmin/cpw.c b/crypto/heimdal/kadmin/cpw.c
index 3abc1d1..06200d6 100644
--- a/crypto/heimdal/kadmin/cpw.c
+++ b/crypto/heimdal/kadmin/cpw.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
+ * Copyright (c) 1997 - 2001 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -33,7 +33,7 @@
#include "kadmin_locl.h"
-RCSID("$Id: cpw.c,v 1.11 2000/04/12 10:45:54 assar Exp $");
+RCSID("$Id: cpw.c,v 1.12 2001/05/07 05:30:23 assar Exp $");
struct cpw_entry_data {
int random_key;
@@ -202,7 +202,7 @@ cpw_entry(int argc, char **argv)
argv += optind;
for(i = 0; i < argc; i++)
- ret = foreach_principal(argv[i], do_cpw_entry, &data);
+ ret = foreach_principal(argv[i], do_cpw_entry, "cpw", &data);
if (data.key_data) {
int16_t dummy;
OpenPOWER on IntegriCloud