diff options
-rw-r--r-- | src/lanes.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lanes.lua b/src/lanes.lua index b39e31f..26237d5 100644 --- a/src/lanes.lua +++ b/src/lanes.lua | |||
@@ -509,8 +509,9 @@ if first_time then | |||
509 | elseif key == TGW_QUERY then | 509 | elseif key == TGW_QUERY then |
510 | if what == "get_timers" then | 510 | if what == "get_timers" then |
511 | timer_gateway:send( TGW_REPLY, get_timers()) | 511 | timer_gateway:send( TGW_REPLY, get_timers()) |
512 | else | ||
513 | timer_gateway:send( TGW_REPLY, "unknown query " .. what) | ||
512 | end | 514 | end |
513 | timer_gateway:send( TGW_REPLY, "unknown query " .. what) | ||
514 | --elseif secs == nil then -- got no value while block-waiting? | 515 | --elseif secs == nil then -- got no value while block-waiting? |
515 | -- WR( "timer lane: no linda, aborted?") | 516 | -- WR( "timer lane: no linda, aborted?") |
516 | end | 517 | end |