diff options
-rw-r--r-- | lib/Iurt/Chroot.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 1c5324b..4d6478f 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -228,6 +228,7 @@ sub remove_chroot { } } +# BUG: FIXME: $config is never passed! sub clean_all_chroot_tmp { my ($run, $config, $chroot_dir, $prefix) = @_; |