From d1728c8424ad3facb2d88440bce9119231561975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 7 Sep 2008 21:36:01 +0000 Subject: [PATCH] make compile again git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23803 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/scache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/scache.c b/lib/krb5/scache.c index 63e83866a..91bd54371 100644 --- a/lib/krb5/scache.c +++ b/lib/krb5/scache.c @@ -344,7 +344,7 @@ open_database(krb5_context context, krb5_scache *s, int flags) s->db = NULL; } else krb5_set_error_message(context, ENOENT, - N_("malloc: out of memory"), ""); + N_("malloc: out of memory", "")); return ENOENT; } return 0; @@ -458,7 +458,7 @@ bind_principal(krb5_context context, if (ret != SQLITE_OK) { krb5_xfree(str); krb5_set_error_message(context, ENOMEM, - N_("scache bind principal: %s", "") + N_("scache bind principal: %s", ""), sqlite3_errmsg(db)); return ENOMEM; }