Commit 3a4f3cf0 authored by Ramon Nou's avatar Ramon Nou Committed by Marc Vef
Browse files

Solved idx bug on reattemp forward_get_fs

parent c99e0a54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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