Skip to content

Commit

Permalink
Fix profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
cyshi committed Dec 21, 2016
1 parent c77a964 commit 568a77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sofa/pbrpc/profiling.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ static void ListFile(const std::string& path, std::set<std::string>& files)
files.insert(dir_entry->d_name);
}
}
closedir(dir);
}

static bool WriteFile(const std::string& path, const char* buffer, size_t size)
Expand Down

0 comments on commit 568a77b

Please sign in to comment.