don't set unused variables
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24871 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -88,7 +88,7 @@ do_list(struct list_options *opt, const char *keytab_str)
|
|||||||
rtbl_add_column_by_id(table, 5, "Aliases", 0);
|
rtbl_add_column_by_id(table, 5, "Aliases", 0);
|
||||||
rtbl_set_separator(table, " ");
|
rtbl_set_separator(table, " ");
|
||||||
|
|
||||||
while((ret = krb5_kt_next_entry(context, keytab, &entry, &cursor)) == 0){
|
while(krb5_kt_next_entry(context, keytab, &entry, &cursor) == 0){
|
||||||
char buf[1024], *s;
|
char buf[1024], *s;
|
||||||
|
|
||||||
snprintf(buf, sizeof(buf), "%d", entry.vno);
|
snprintf(buf, sizeof(buf), "%d", entry.vno);
|
||||||
|
Reference in New Issue
Block a user