jenkins-promote-staging-trunk-libmemcached-9
[m6w6/libmemcached] / libtest / port.cc
index 2561343dd987a279f6b389d60d2a67d45223b69c..fefb6a6d394ada0c72b0c480b61b7b38c140a406 100644 (file)
@@ -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;