From 69106acf593c2881dc1acae4a1af861b94b7b370 Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Thu, 25 Sep 2008 21:15:40 +0000 Subject: [PATCH] Update kim_test to use new error string function ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20755 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kim/test/test_kim_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kim/test/test_kim_common.c b/src/kim/test/test_kim_common.c index b28fac395..c5b438208 100644 --- a/src/kim/test/test_kim_common.c +++ b/src/kim/test/test_kim_common.c @@ -100,7 +100,7 @@ void fail_if_error (kim_test_state_t in_state, va_list args; kim_string message = NULL; - kim_error err = kim_string_get_last_error_message (&message, err); + kim_error err = kim_string_create_for_last_error (&message, err); printf ("\tFAILURE: "); printf ("%s() got %d (%s) ", -- 2.26.2