diff options
-rwxr-xr-x | bin/comirror | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/comirror b/bin/comirror index 1239741..9068636 100755 --- a/bin/comirror +++ b/bin/comirror @@ -29,6 +29,7 @@ sub find_next_link { return $link; } } + save_lasturi(); die("Cannot find next link\n"); } |