Loading src/client/rpc/forward_management.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ forward_get_fs_config() { bool found = false; size_t idx = 0; while(!found && idx <= CTX->hosts().size()) { while(!found && idx < CTX->hosts().size()) { try { LOG(DEBUG, "Retrieving file system configurations from daemon"); // TODO(amiranda): add a post() with RPC_TIMEOUT to hermes so that Loading Loading
src/client/rpc/forward_management.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ forward_get_fs_config() { bool found = false; size_t idx = 0; while(!found && idx <= CTX->hosts().size()) { while(!found && idx < CTX->hosts().size()) { try { LOG(DEBUG, "Retrieving file system configurations from daemon"); // TODO(amiranda): add a post() with RPC_TIMEOUT to hermes so that Loading