git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14271 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-09-29 11:17:13 +00:00
parent 38c9c1f7a0
commit 140c66c0a2

View File

@@ -43,6 +43,7 @@ do_list(struct list_options *opt, const char *keytab_string)
krb5_keytab keytab;
krb5_keytab_entry entry;
krb5_kt_cursor cursor;
rtbl_t table;
/* XXX specialcase the ANY type */
if(strncasecmp(keytab_string, "ANY:", 4) == 0) {
@@ -76,7 +77,6 @@ do_list(struct list_options *opt, const char *keytab_string)
printf ("%s:\n\n", keytab_string);
rtbl_t table;
table = rtbl_create();
rtbl_add_column_by_id(table, 0, "Vno", RTBL_ALIGN_RIGHT);
rtbl_add_column_by_id(table, 1, "Type", 0);