From cdc067e06c66cc6d57cceca6ea8a19da6c8adc44 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Thu, 27 Apr 2017 20:44:26 +0200 Subject: [PATCH] src/msg/simple/Pipe.cc: Fix the inclusion of '}' Signed-off-by: Willem Jan Withagen --- src/msg/simple/Pipe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/simple/Pipe.cc b/src/msg/simple/Pipe.cc index b1ec5e533ad76..7783d4e4a877b 100644 --- a/src/msg/simple/Pipe.cc +++ b/src/msg/simple/Pipe.cc @@ -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() -- 2.39.5