use rtbl_set_separator
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14288 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -267,8 +267,7 @@ print_tickets (krb5_context context,
|
|||||||
if(do_flags)
|
if(do_flags)
|
||||||
rtbl_add_column(ct, COL_FLAGS, 0);
|
rtbl_add_column(ct, COL_FLAGS, 0);
|
||||||
rtbl_add_column(ct, COL_PRINCIPAL, 0);
|
rtbl_add_column(ct, COL_PRINCIPAL, 0);
|
||||||
rtbl_set_prefix(ct, " ");
|
rtbl_set_separator(ct, " ");
|
||||||
rtbl_set_column_prefix(ct, COL_ISSUED, "");
|
|
||||||
}
|
}
|
||||||
while ((ret = krb5_cc_next_cred (context,
|
while ((ret = krb5_cc_next_cred (context,
|
||||||
ccache,
|
ccache,
|
||||||
|
Reference in New Issue
Block a user