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:
Assar Westerlund
1997-04-26 02:10:17 +00:00
parent 4e3af3c29e
commit 1ef08a99d2

View File

@@ -320,12 +320,9 @@ kerberos4_is(Authenticator *ap, unsigned char *data, int cnt)
Data(ap, KRB_REJECT, NULL, 0);
sprintf (msg, "user `%s' is not authorized to "
"login as `%s'",
#if 0
krb_unparse_name_long(adat.pname,
adat.pinst,
adat.prealm),
#endif
NULL,
UserNameRequested);
Data(ap, KRB_REJECT, (void *)msg, -1);