summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Select/Retry.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Select/Retry.pm b/lib/Select/Retry.pm
index 64c4784..8eb18f3 100644
--- a/lib/Select/Retry.pm
+++ b/lib/Select/Retry.pm
@@ -26,7 +26,7 @@ sub retry_select {
if ($res == -1) {
if ($again) {
- return retry_select(@_);
+ return retry_select($options, @handles);
}
else {
Carp::croak("select failed: $!");