mirror of https://github.com/citusdata/citus.git
fix return value
parent
4d5a4e3a10
commit
a1138616f0
|
@ -384,7 +384,7 @@ SyncMetadataSnapshotToNode(WorkerNode *workerNode, bool raiseOnError)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return failed;
|
return !failed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue