Skip to content
Snippets Groups Projects
Commit 4d6e5ab8 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

peer discovery: fix warning

parent 248d2e3f
Branches
Tags
No related merge requests found
......@@ -552,6 +552,7 @@ PeerDiscovery::stopPublish(sa_family_t domain, const std::string &type)
} else if (domain == AF_INET6) {
return peerDiscovery6_ and peerDiscovery6_->stopPublish(type);
}
return false;
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment