Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4e028a3

Browse files
committed
fix MtmAllApplyWorkersFinished
1 parent 16ed394 commit 4e028a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ MtmAllApplyWorkersFinished()
612612
mtm_log(MtmApplyBgwFinish, "MtmAllApplyWorkersFinished %d tasks not finished", ntasks);
613613

614614
if (ntasks != 0)
615-
false;
615+
return false;
616616
}
617617

618618
return true;

0 commit comments

Comments
 (0)