From 6d9b72d76d89e780f9aed5ce944509a309d39322 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 3 Nov 2009 23:49:58 -0800 Subject: [PATCH] simplify --- lib/krb5/warn.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/krb5/warn.c b/lib/krb5/warn.c index c8772802f..886a1fe98 100644 --- a/lib/krb5/warn.c +++ b/lib/krb5/warn.c @@ -59,8 +59,6 @@ _warnerr(krb5_context context, int do_errtext, *arg++ = msg; } if(context && do_errtext){ - const char *err_msg; - strlcat(xfmt, "%s", sizeof(xfmt)); err_str = krb5_get_error_message(context, code);