mirror of https://gitee.com/bigwinds/arangodb
fixed typo Endpoint::DOMAIN_IPV4
This commit is contained in:
parent
d42cd412a8
commit
7c7ab6fca9
|
@ -102,7 +102,7 @@ EndpointIp::EndpointIp(DomainType domainType, EndpointType type,
|
||||||
_port(port),
|
_port(port),
|
||||||
_reuseAddress(reuseAddress) {
|
_reuseAddress(reuseAddress) {
|
||||||
TRI_ASSERT(domainType == Endpoint::DomainType::IPV4 ||
|
TRI_ASSERT(domainType == Endpoint::DomainType::IPV4 ||
|
||||||
domainType == Endpoint::DomainType::IPV4);
|
domainType == Endpoint::DomainType::IPV6);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue