removed stupid #if 0
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1623 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -320,12 +320,9 @@ kerberos4_is(Authenticator *ap, unsigned char *data, int cnt)
|
|||||||
Data(ap, KRB_REJECT, NULL, 0);
|
Data(ap, KRB_REJECT, NULL, 0);
|
||||||
sprintf (msg, "user `%s' is not authorized to "
|
sprintf (msg, "user `%s' is not authorized to "
|
||||||
"login as `%s'",
|
"login as `%s'",
|
||||||
#if 0
|
|
||||||
krb_unparse_name_long(adat.pname,
|
krb_unparse_name_long(adat.pname,
|
||||||
adat.pinst,
|
adat.pinst,
|
||||||
adat.prealm),
|
adat.prealm),
|
||||||
#endif
|
|
||||||
NULL,
|
|
||||||
UserNameRequested);
|
UserNameRequested);
|
||||||
|
|
||||||
Data(ap, KRB_REJECT, (void *)msg, -1);
|
Data(ap, KRB_REJECT, (void *)msg, -1);
|
||||||
|
Reference in New Issue
Block a user