mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +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
|
||||
try {
|
||||
fRemoteAddr = Context::VerifyAddress(address);
|
||||
fNeedOfiMemoryRegistration = (fRemoteAddr.Protocol == "verbs");
|
||||
if (fRemoteAddr.Protocol == "verbs") {
|
||||
fNeedOfiMemoryRegistration = true;
|
||||
}
|
||||
|
||||
InitOfi(fRemoteAddr);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user