commit | fa96d86a99137fc5a3581413c752603ffa731b93 | [log] [tgz] |
---|---|---|
author | Craig Tiller <ctiller@google.com> | Sat May 21 12:39:56 2016 -0700 |
committer | Craig Tiller <ctiller@google.com> | Sat May 21 12:39:56 2016 -0700 |
tree | 821bb7d85de287fdc3ea13d1760ee5e22fccba52 | |
parent | 3f3312e7e92892c6625feecded6fbf09815689f0 [diff] [blame] |
Fix comments
diff --git a/src/cpp/server/server_builder.cc b/src/cpp/server/server_builder.cc index 5966e54..54feac3 100644 --- a/src/cpp/server/server_builder.cc +++ b/src/cpp/server/server_builder.cc
@@ -119,6 +119,7 @@ for (auto plugin = plugins_.begin(); plugin != plugins_.end(); plugin++) { if ((*plugin).second->has_sync_methods()) { thread_pool.reset(CreateDefaultThreadPool()); + has_sync_methods = true; break; } }