aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/lib/krb5/replay.c
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
commit4137ff4cc173ea2e05227027e1c9e0ea42bcc0dc (patch)
tree85ecf91fd00875cec4b93111d3a8ed9eec9cddfe /crypto/heimdal/lib/krb5/replay.c
parent5a83b025a988368a32c549e5bd9fd3e0478c0198 (diff)
Import of Heimdal Kerberos from KTH repository circa 2002/02/17.
Notes
Notes: svn path=/vendor-crypto/heimdal/dist/; revision=90926
Diffstat (limited to 'crypto/heimdal/lib/krb5/replay.c')
-rw-r--r--crypto/heimdal/lib/krb5/replay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/krb5/replay.c b/crypto/heimdal/lib/krb5/replay.c
index d4f556992e47..4298d12e2f1b 100644
--- a/crypto/heimdal/lib/krb5/replay.c
+++ b/crypto/heimdal/lib/krb5/replay.c
@@ -34,7 +34,7 @@
#include "krb5_locl.h"
#include <vis.h>
-RCSID("$Id: replay.c,v 1.8 2001/05/14 06:14:51 assar Exp $");
+RCSID("$Id: replay.c,v 1.9 2001/07/03 19:33:13 assar Exp $");
struct krb5_rcache_data {
char *name;
@@ -285,7 +285,7 @@ krb5_get_server_rcache(krb5_context context,
}
strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
#ifdef HAVE_GETEUID
- asprintf(&name, "FILE:rc_%s_%u", tmp, geteuid());
+ asprintf(&name, "FILE:rc_%s_%u", tmp, (unsigned)geteuid());
#else
asprintf(&name, "FILE:rc_%s", tmp);
#endif