2002-06-10 Robert Collins <rbtcollins@hotmail.com>
* cygserver_transport.cc (create_server_transport): Finish the split out of sockets code from transport_layer_base. Thanks to Nicholas Wourms and Conrad Scott for catching this.
This commit is contained in:
@ -37,7 +37,7 @@ class transport_layer_base *create_server_transport()
|
||||
if (wincap.is_winnt ())
|
||||
temp = new transport_layer_pipes ();
|
||||
else
|
||||
temp = new transport_layer_base ();
|
||||
temp = new transport_layer_sockets ();
|
||||
return temp;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user