Add option to validate pointer addresses in variable server clients

Forgot I left the validate_address on for testing.  Turned if off now.

refs #193
This commit is contained in:
Alex Lin 2016-02-25 10:09:49 -06:00
parent 51715a0650
commit 3abf0b31c4

View File

@ -28,7 +28,7 @@ Trick::VariableServerThread::VariableServerThread(TCDevice * in_listen_dev) :
pause_cmd = false ;
exit_cmd = false ;
validate_address = true ;
validate_address = false ;
send_stdio = false ;
update_rate = 0.1 ;