1
0
Fork 0

make port number immutable, too. Otherwise one could make it write to

localhost:25 etc.
This commit is contained in:
mfranz 2006-03-17 12:28:28 +00:00
parent 7b0a152fbc
commit 5d818af2c3

View file

@ -84,7 +84,7 @@ Started September 2000 by David Megginson, david@megginson.com
<voice type="bool">true</voice> <voice type="bool">true</voice>
<voices> <voices>
<host type="string" write="n">localhost</host> <host type="string" write="n">localhost</host>
<port type="string">1314</port> <port type="string" write="n">1314</port>
<enabled type="bool">false</enabled> <enabled type="bool">false</enabled>
<atc alias="/sim/sound/voices/voice[0]/text"/> <atc alias="/sim/sound/voices/voice[0]/text"/>
<approach alias="/sim/sound/voices/voice[0]/text"/> <approach alias="/sim/sound/voices/voice[0]/text"/>