1
0
Fork 0

Remove call to function only in plib-cvs.

This commit is contained in:
curt 2002-08-05 18:29:25 +00:00
parent 67fc66f82e
commit f71e09be69

View file

@ -311,7 +311,7 @@ FGExternalNet::FGExternalNet( double dt, string host, int dop, int dip, int cp )
data_server.setBlocking( false );
// allowed to read from a broadcast addr
data_server.setBroadcast( true );
// data_server.setBroadcast( true );
// if we bind to fdm_host = "" then we accept messages from
// anyone.