Skip to content

Commit

Permalink
[CHG] 修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lanhu committed May 15, 2015
1 parent a5ab190 commit b9ca8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/msg_server/FileServConn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ CFileServConn* get_random_file_serv_conn()
if (pConnTmp && pConnTmp->IsOpen())
{
pConn = pConnTmp;
break;
}
}
}
Expand Down

0 comments on commit b9ca8f5

Please sign in to comment.