]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
src/msg/simple/Pipe.cc: Fix the inclusion of '}'
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 27 Apr 2017 18:44:26 +0000 (20:44 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 27 Apr 2017 18:53:49 +0000 (20:53 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/msg/simple/Pipe.cc

index b1ec5e533ad761ca4d5af5fda2bb054460ed41d0..7783d4e4a877bfda70e3e344f57de096b59f9922 100644 (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()