Skip to content

Commit

Permalink
this is function, not a method
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed Apr 25, 2012
1 parent d354123 commit bb0567f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/NetInventory.pm
Expand Up @@ -733,7 +733,7 @@ sub _setNetworkingProperties {
foreach my $entry (@mac_dispatch_table) {
next unless $comments =~ $entry->{match};

$self->runFunction(
runFunction(
module => $entry->{module},
function => $entry->{function},
params => {
Expand Down

0 comments on commit bb0567f

Please sign in to comment.