src/msg/simple/Pipe.cc: Fix the inclusion of '}'

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
Willem Jan Withagen 2017-04-27 20:44:26 +02:00
parent b67c5c7aa4
commit cdc067e06c

View File

@ -953,8 +953,8 @@ void Pipe::set_socket_options()
ldout(msgr->cct,0) << "couldn't set SO_PRIORITY to " << prio
<< ": " << cpp_strerror(r) << dendl;
}
#endif
}
#endif
}
int Pipe::connect()