reduce diff

This commit is contained in:
wangyu-
2018-08-29 17:09:48 -05:00
parent 8331610e7a
commit c72480110f
6 changed files with 21 additions and 59 deletions

View File

@@ -30,7 +30,8 @@ void fd_manager_t::fd64_close(fd64_t fd64)
{
fd_info_mp.erase(fd64);
}
assert(close(fd)==0);
//assert(close(fd)==0);
sock_close(fd);
}
void fd_manager_t::reserve(int n)
{