X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fubik%2Fvote.c;h=71aed1be09ad97a24e6e97a9a30443bf0c407fa8;hp=13af88532740fd0c67fa92f56dd6e47592e91c89;hb=759487038bbaccf59e49f973b627ee20f555e7b3;hpb=bafa4d17530338122581d5b11eba367ebd445c30 diff --git a/src/ubik/vote.c b/src/ubik/vote.c index 13af885..71aed1b 100644 --- a/src/ubik/vote.c +++ b/src/ubik/vote.c @@ -339,7 +339,7 @@ SVOTE_Beacon(struct rx_call * rxcall, afs_int32 astate, lastYesState = astate; /* remember if site is a sync site */ ubik_dbVersion = *avers; /* resync value */ ubik_dbTid = *atid; /* transaction id, if any, of active trans */ - urecovery_CheckTid(atid); /* check if current write trans needs aborted */ + urecovery_CheckTid(atid, 0); /* check if current write trans needs aborted */ } return vote; }