(kerberos4_is): only print UserNameRequested if != NULL

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3644 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-20 03:46:38 +00:00
parent 30bcc70eb1
commit 71edba320d

View File

@@ -320,7 +320,7 @@ kerberos4_is(Authenticator *ap, unsigned char *data, int cnt)
krb_unparse_name_long(adat.pname,
adat.pinst,
adat.prealm),
UserNameRequested);
UserNameRequested ? UserNameRequested : "<nobody>");
if (msg == NULL)
Data(ap, KRB_REJECT, NULL, 0);
else {