Skip to content

Commit

Permalink
fix: use configuration timeout where none was used
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Feb 7, 2019
1 parent 2d8bc65 commit 43832a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ sub runTarget {

my $client = FusionInventory::Agent::HTTP::Client::OCS->new(
logger => $self->{logger},
timeout => $self->{timeout},
timeout => $self->{config}->{timeout},
user => $self->{config}->{user},
password => $self->{config}->{password},
proxy => $self->{config}->{proxy},
Expand Down

0 comments on commit 43832a7

Please sign in to comment.