diff --git a/fdbclient/FDBTypes.h b/fdbclient/FDBTypes.h index 0e70fbe04a..110081570e 100644 --- a/fdbclient/FDBTypes.h +++ b/fdbclient/FDBTypes.h @@ -1455,7 +1455,7 @@ struct StorageMetadataType { static double currentTime() { return g_network->timer(); } bool operator==(const StorageMetadataType& b) const { - return createdTime == b.createdTime && storeType == b.storeType && wrongConfigured && b.wrongConfigured; + return createdTime == b.createdTime && storeType == b.storeType && wrongConfigured == b.wrongConfigured; } bool operator<(const StorageMetadataType& b) const {