From 2e050f0df738bbd4bfb02cb10fcbaa54af78941e Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 25 Jan 2001 12:37:01 +0000 Subject: [PATCH] (print_tickets): initialize `ct' to help gcc figure out it's not used unitialized git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9493 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/klist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kuser/klist.c b/kuser/klist.c index 9939f0fc4..eb2372f48 100644 --- a/kuser/klist.c +++ b/kuser/klist.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997-2000 Kungliga Tekniska Högskolan + * Copyright (c) 1997-2001 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -222,7 +222,7 @@ print_tickets (krb5_context context, krb5_cc_cursor cursor; krb5_creds creds; - rtbl_t ct; + rtbl_t ct = NULL; ret = krb5_unparse_name (context, principal, &str); if (ret)