10
0
Fork 0

demo_server socket type set bug

This commit is contained in:
Kevin Redon 2011-05-10 15:22:30 +02:00
parent 8cf3a1c7a9
commit 596855adf0
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ while arg=ARGV.shift do
@type = param if param
when "--socket","-s"
param = ARGV.shift
@host = param if param
@socket = param if param
when "--port","-p"
param = ARGV.shift.to_i
@port = param if param