From: Derrick Brashear Date: Thu, 20 Sep 2001 04:58:52 +0000 (+0000) Subject: STABLE12-ubik-fix-typo-20010919 X-Git-Tag: openafs-stable-1_2_1~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0e36843e5d26d5fd0d253682c712e6c17c3bd1f7;p=packages%2Fo%2Fopenafs.git STABLE12-ubik-fix-typo-20010919 somehow this crept in (cherry picked from commit e667ec654b7d14fd0ef228dd9acbda974ba6825a) --- 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 */