Unverified Commit e072bd60 authored by William F Godoy's avatar William F Godoy Committed by GitHub
Browse files

Update source/adios2/helper/adiosSystem.cpp

parent 04b20bf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ std::vector<std::string> AvailableIpAddresses() noexcept
    close(socket_handler);
    return ips;
}

#endif
int ExceptionToError(const std::string &function)
{
    try