Skip to content

Commit

Permalink
Hotfix: undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
HavrilaJ committed Sep 22, 2023
1 parent c9220ca commit 8b36bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pakiti-client
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ sub encrypt_report ($) {

sub https {
my ($url, $report) = @_;
my($ua, $response);
my($ua, $response, $ec);
eval { require LWP::UserAgent; LWP::UserAgent->import; };
if ($@) {
if ($Option{"disable-tls-checks"}) {
Expand Down

0 comments on commit 8b36bd3

Please sign in to comment.