LICENSE IPL10
yeah, this is sort of dumb
AUTHOR
LICENSE IPL10
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
LICENSE IPL10
yeah, this is sort of dumb
(cherry picked from commit
695d1aa896cf38cfe9856ba1c45b6b3cca7565a2)
static krb5_principal client_principal = 0;
if (dflag) {
- printf("Getting tickets: %s%s%s@%s\n", name, inst[0] ? "/" : "",
- inst, realm);
+ printf("Getting tickets: %s%s%s@%s\n", name, (inst && inst[0])
+ ? "/" : "", inst ? inst : "", realm);
}
memset((char *)&increds, 0, sizeof(increds));