Skip to content

Commit

Permalink
no need to pass deviceid, it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed Sep 21, 2012
1 parent 0d7e9e2 commit 866a5aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/FusionInventory/Agent/Task/Inventory.pm
Expand Up @@ -44,7 +44,6 @@ sub run {
$self->{modules} = {};

my $inventory = FusionInventory::Agent::Task::Inventory::Inventory->new(
deviceid => $self->{deviceid},
statedir => $self->{target}->getStorage()->getDirectory(),
logger => $self->{logger},
tag => $self->{config}->{'tag'}
Expand Down

0 comments on commit 866a5aa

Please sign in to comment.