Use a port number which normal users have permission to access.

This commit is contained in:
Ferdi Franceschini
2013-04-21 17:51:48 +10:00
parent a9bd5cc5da
commit 013398d0da

View File

@@ -31,7 +31,7 @@ foreach {key host port} {
# TEST CHOPPER HOST AND PORT
foreach {key host port} {
MB350PC localhost 502
MB350PC localhost 61502
} {
dict set CHOPPER_HOSTPORT $key HOST $host
dict set CHOPPER_HOSTPORT $key PORT $port