Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion perl/Amanda/Tapelist.swg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use Amanda::Debug qw(:logging);
use Amanda::Config qw( config_dir_relative );
use File::Copy;
use Fcntl qw(:flock); # import LOCK_* constants
use Amanda::Message qw( :severity );
use Amanda::Message;

## package functions

Expand Down
2 changes: 1 addition & 1 deletion perl/Amanda/Taper/Scribe.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ sub _xmsg_no_space {
if ($chg->{'global_space'}) {
$chg->inventory(inventory_cb => $steps->{'got_inventory'});
} else {
return $finished_cb();
return $finished_cb->();
}
};

Expand Down