From e667ec654b7d14fd0ef228dd9acbda974ba6825a Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 20 Sep 2001 04:58:23 +0000 Subject: [PATCH] ubik-fix-typo-20010919 somehow this crept in --- src/ubik/vote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ubik/vote.c b/src/ubik/vote.c index 1a94ae326..28e75e2f1 100644 --- a/src/ubik/vote.c +++ b/src/ubik/vote.c @@ -126,7 +126,7 @@ int uvote_ShouldIRun() { now = FT_ApproxTime(); if (BIGTIME + ubik_lastYesTime < now) return 1; /* no valid guy even trying */ - if (lastYesState && lastYerHost != ubik_host[0]) return 0; /* other guy is sync site, leave him alone */ + if (lastYesState && lastYesHost != ubik_host[0]) return 0; /* other guy is sync site, leave him alone */ if (ntohl((afs_uint32) lastYesHost) < ntohl((afs_uint32) ubik_host[0])) return 0; /* if someone is valid and better than us, don't run */ /* otherwise we should run */ -- 2.39.5