mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
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:
parent
51715a0650
commit
3abf0b31c4
@ -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 ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user