Remove call to function only in plib-cvs.
This commit is contained in:
parent
67fc66f82e
commit
f71e09be69
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ FGExternalNet::FGExternalNet( double dt, string host, int dop, int dip, int cp )
|
||||||
data_server.setBlocking( false );
|
data_server.setBlocking( false );
|
||||||
|
|
||||||
// allowed to read from a broadcast addr
|
// 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
|
// if we bind to fdm_host = "" then we accept messages from
|
||||||
// anyone.
|
// anyone.
|
||||||
|
|
Loading…
Reference in a new issue