Adding in install-sh (not found on OSX)
[awesomized/libmemcached] / libtest / server_container.cc
index bba1240cabc5019022c6e5f3250a55604776669d..684303a23934ef09e7a4e62352cc44219fc8a60d 100644 (file)
@@ -147,6 +147,8 @@ bool server_startup(server_startup_st& construct, const std::string& server_type
   Outn();
   (void)try_port;
 
+  set_max_port(try_port);
+
   // Look to see if we are being provided ports to use
   {
     char variable_buffer[1024];