Make resolver output more pretty
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23386 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -95,7 +95,7 @@ main(int argc, char **argv)
|
|||||||
krb5_krbhst_init(context, argv[i], types[j], &handle);
|
krb5_krbhst_init(context, argv[i], types[j], &handle);
|
||||||
while(krb5_krbhst_next_as_string(context, handle,
|
while(krb5_krbhst_next_as_string(context, handle,
|
||||||
host, sizeof(host)) == 0)
|
host, sizeof(host)) == 0)
|
||||||
printf("%s\n", host);
|
printf("\thost: %s\n", host);
|
||||||
krb5_krbhst_reset(context, handle);
|
krb5_krbhst_reset(context, handle);
|
||||||
printf ("\n");
|
printf ("\n");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user