]> git.mxchange.org Git - flightgear.git/commitdiff
Remove call to function only in plib-cvs.
authorcurt <curt>
Mon, 5 Aug 2002 18:29:25 +0000 (18:29 +0000)
committercurt <curt>
Mon, 5 Aug 2002 18:29:25 +0000 (18:29 +0000)
src/FDM/ExternalNet.cxx

index 974c4178325bdd49785e3204910bc355cc102f3c..949af690bd8d4106026c215fd8a570ac87c04f07 100644 (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.