From de84fec5a38cc41f1987c5e9747bffb141647a02 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 3 Nov 2009 23:37:40 -0800 Subject: [PATCH] spelling --- lib/krb5/error_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/error_string.c b/lib/krb5/error_string.c index bbcaeca5d..52284e4d1 100644 --- a/lib/krb5/error_string.c +++ b/lib/krb5/error_string.c @@ -237,7 +237,7 @@ krb5_get_error_message(krb5_context context, krb5_error_code code) char buf[128]; str = com_right_r(context->et_list, code, buf, sizeof(buf)); if (str) - return stddup(str); + return strdup(str); } if (asprintf(&str, "", (int)code) == -1) -- 2.11.4.GIT