Commit f70205a8 authored by Ramon Nou's avatar Ramon Nou
Browse files

updated malleable

parent f2f9118d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -75,8 +75,10 @@ MalleableManager::load_hostfile(const std::string& path) {
                                        path, strerror(errno)));
    }
    vector<pair<string, string>> hosts;
    const regex line_re("^(\\S+)\\s+(\\S+)\\s*(\\S*)$",
    const regex line_re(
            "^(\\S+)\\s+(\\S+)\\s+(\\S+)\\s+(\\S+)\\s+(\\S+)\\s+(\\S+)\\s+(\\S+)\\s+(\\S+)\\s+(\\S+)\\s+(\\S+)\\s+(\\S+)\\s+(\\S+)$",
            regex::ECMAScript | regex::optimize);

    string line;
    string host;
    string uri;