X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fport.cc;h=fefb6a6d394ada0c72b0c480b61b7b38c140a406;hb=7287f37372f5e4198f7f16f5f6d6dcf9a8d5c1fb;hp=2561343dd987a279f6b389d60d2a67d45223b69c;hpb=90c96090380d18b6bb7a553d6b9c7e1ce93e248c;p=m6w6%2Flibmemcached diff --git a/libtest/port.cc b/libtest/port.cc index 2561343d..fefb6a6d 100644 --- a/libtest/port.cc +++ b/libtest/port.cc @@ -117,7 +117,7 @@ in_port_t get_free_port() // We handle the case where if we max out retries, we still abort. if (ret_port <= 1024) { - throw fatal_message("No port could be found"); + fatal_message("No port could be found"); } return ret_port;