From 33302ff8754ee9f36d8b64fe74b9ab1e1d56d4a8 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 19 Nov 1998 16:39:51 +0000 Subject: Revert version 1.50. Empirically, this workaround didn't seem to help (I'm not sure why, but it still took ten hours for erato to recover from having an invalid tgt), and we now understand what the problem is (the KDC is handing out identical answers for requests from two different clients; obviously, one of them gets an incorrect address). --- server/bdump.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'server/bdump.c') diff --git a/server/bdump.c b/server/bdump.c index 305e338..5697ab5 100644 --- a/server/bdump.c +++ b/server/bdump.c @@ -303,15 +303,6 @@ bdump_send() syslog(LOG_ERR,"bdump_send: SendKerberosData: %s", error_message (retval)); cleanup(server); - - /* XXX For unknown reasons, sometimes we get a TGT which - * produces this error while trying to get a service ticket. - * This workaround forces us to get a new TGT next time - * around. - */ - if (retval == RD_AP_BADD) - ticket_time = 0; - return; } #else /* !HAVE_KRB4 */ @@ -471,15 +462,6 @@ bdump_get_v12 (notice, auth, who, server) if (retval != 0) { syslog(LOG_ERR,"bdump_get: %s", error_message(retval)); cleanup(server); - - /* XXX For unknown reasons, sometimes we get a TGT which - * produces this error while trying to get a service ticket. - * This workaround forces us to get a new TGT next time - * around. - */ - if (retval == RD_AP_BADD) - ticket_time = 0; - return; } #if 1 -- cgit v1.2.3