diff options
-rw-r--r-- | lib/Hal/Cdroms.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Hal/Cdroms.pm b/lib/Hal/Cdroms.pm index 3da8490..dfb2585 100644 --- a/lib/Hal/Cdroms.pm +++ b/lib/Hal/Cdroms.pm @@ -309,6 +309,7 @@ sub _reactor_wait { $found_val = $val; _reactor_shutdown($reactor); } + 1; }); if ($timeout) { $reactor->add_timeout($timeout, Net::DBus::Callback->new(method => sub { |