]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
server: remove redundant semicolon
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 14 Jun 2016 01:43:58 +0000 (09:43 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 14 Jun 2016 01:43:58 +0000 (09:43 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/mds/Server.cc

index 1b046b90a81bf5b76d63df8ab73b3e6db6fce0df..0c014a422a7dd17a935bc95dd77e13903a5796f2 100644 (file)
@@ -453,7 +453,7 @@ void Server::_session_logged(Session *session, uint64_t state_seq, bool open, ve
       // ms_handle_remote_reset() and realize they had in fact closed.
       // do this *before* sending the message to avoid a possible
       // race.
-      if (session->connection != NULL) {;
+      if (session->connection != NULL) {
         // Conditional because terminate_sessions will indiscrimately
         // put sessions in CLOSING whether they ever had a conn or not.
         session->connection->mark_disposable();