From: Willem Jan Withagen Date: Thu, 27 Apr 2017 18:44:26 +0000 (+0200) Subject: src/msg/simple/Pipe.cc: Fix the inclusion of '}' X-Git-Tag: v12.0.3~195^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14843%2Fhead;p=ceph.git src/msg/simple/Pipe.cc: Fix the inclusion of '}' Signed-off-by: Willem Jan Withagen --- diff --git a/src/msg/simple/Pipe.cc b/src/msg/simple/Pipe.cc index b1ec5e533ad7..7783d4e4a877 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()