/* No. Use TKT_ROOT and uid */
else {
- /* XXX It'd be nice if we didn't have to pull in printf */
+ /* It'd be nice if we didn't have to pull in printf */
sprintf(krb5_default_name_string, "%s%d", TKT_ROOT, getuid());
}
#include "fcc.h"
-/* XXX Deal with kret values */
-
/*
* Requires:
* cursor is a krb5_cc_cursor originally obtained from
/* No. Use TKT_ROOT and uid */
else {
- /* XXX It'd be nice if we didn't have to pull in printf */
+ /* It'd be nice if we didn't have to pull in printf */
sprintf(krb5_default_name_string, "%s%d", TKT_ROOT, getuid());
}
#include "scc.h"
-/* XXX Deal with kret values */
-
/*
* Requires:
* cursor is a krb5_cc_cursor originally obtained from