summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kuser/kgetcred.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/kuser/kgetcred.c')
-rw-r--r--crypto/heimdal/kuser/kgetcred.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/kuser/kgetcred.c b/crypto/heimdal/kuser/kgetcred.c
index 644e69e..a2b3b27 100644
--- a/crypto/heimdal/kuser/kgetcred.c
+++ b/crypto/heimdal/kuser/kgetcred.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 - 1999 Kungliga Tekniska Högskolan
+ * Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -33,7 +33,7 @@
#include "kuser_locl.h"
-RCSID("$Id: kgetcred.c,v 1.3 1999/12/02 17:05:01 joda Exp $");
+RCSID("$Id: kgetcred.c,v 1.4 2000/12/31 07:52:59 assar Exp $");
static char *etype_str;
static int version_flag;
@@ -69,7 +69,7 @@ main(int argc, char **argv)
ret = krb5_init_context (&context);
if (ret)
- errx(1, "krb5_init_context failed: %u", ret);
+ errx(1, "krb5_init_context failed: %d", ret);
if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optind))
usage(1);
OpenPOWER on IntegriCloud