mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
Match consistent style
This commit is contained in:
parent
1752e116e3
commit
2eb09df1f7
|
@ -189,7 +189,9 @@ auto Socket::BindDataEndpoint() -> void
|
||||||
auto Socket::Connect(const string& address) -> bool
|
auto Socket::Connect(const string& address) -> bool
|
||||||
try {
|
try {
|
||||||
fRemoteAddr = Context::VerifyAddress(address);
|
fRemoteAddr = Context::VerifyAddress(address);
|
||||||
fNeedOfiMemoryRegistration = (fRemoteAddr.Protocol == "verbs");
|
if (fRemoteAddr.Protocol == "verbs") {
|
||||||
|
fNeedOfiMemoryRegistration = true;
|
||||||
|
}
|
||||||
|
|
||||||
InitOfi(fRemoteAddr);
|
InitOfi(fRemoteAddr);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user