aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lanes.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lanes.lua b/src/lanes.lua
index b5d8792..dffd017 100644
--- a/src/lanes.lua
+++ b/src/lanes.lua
@@ -450,8 +450,8 @@ if first_time then
450 assert( key and wakeup_at and period ) 450 assert( key and wakeup_at and period )
451 451
452 set_timer( linda, key, wakeup_at, period>0 and period or nil ) 452 set_timer( linda, key, wakeup_at, period>0 and period or nil )
453 elseif secs == 0 then -- got no value while block-waiting? 453 --elseif secs == nil then -- got no value while block-waiting?
454 WR( "timer lane: no linda, aborted?") 454 -- WR( "timer lane: no linda, aborted?")
455 end 455 end
456 end 456 end
457 end )() 457 end )()