From 94fde1ea7a9380ec8eef0604acc6dbfcfc447c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 7 Dec 2003 18:43:15 +0000 Subject: [PATCH] (_krb5_xlock): fix compile error in last commit git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13196 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/fcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/fcache.c b/lib/krb5/fcache.c index 41ded6ba7..5408eff64 100644 --- a/lib/krb5/fcache.c +++ b/lib/krb5/fcache.c @@ -90,7 +90,7 @@ _krb5_xlock(krb5_context context, int fd, krb5_boolean exclusive, filename); else if(ret != 0) krb5_set_error_string(context, "error locking cache file %s: %s", - filename); + filename, strerror(ret)); return ret; }