diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-13 11:30:51 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-13 11:30:51 (GMT) |
commit | 68194820226407465d2ad10dff69954485eb200c (patch) | |
tree | 59f9d7bca3baba6f7979f67915ef80aa430e3fca /mode-watch.lua | |
parent | 8385776d0e7998168f3f0b23a37aececcd5fd3c5 (diff) |
luaclient reconnects now after lost connection
Diffstat (limited to 'mode-watch.lua')
-rw-r--r-- | mode-watch.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mode-watch.lua b/mode-watch.lua index 26ef870..99cc25e 100644 --- a/mode-watch.lua +++ b/mode-watch.lua @@ -104,10 +104,6 @@ function main_loop(opt) else if(input == cmdfd) then return_value = cmd.recv_data(process_cmd) - if(return_value == 2) then - log.printf(log.ERROR, "connection to server lost, exitting") - return_value = -1 - end if(return_value ~= 0) then break end else log.printf(log.ERROR, "select returned invalid handle??") |