(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
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user