Blob Blame History Raw
From 9918d58a547ee6fc34e57faa17ad1e4b82e01812 Mon Sep 17 00:00:00 2001
From: buttfix <57773498+buttfix@users.noreply.github.com>
Date: Thu, 14 Nov 2019 21:55:34 +0100
Subject: [PATCH] Fixes #238

Semicolon is too much.
---
 lib/Ocsinventory/Agent/Network.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Ocsinventory/Agent/Network.pm b/lib/Ocsinventory/Agent/Network.pm
index b177b195..20a4caf8 100644
--- a/lib/Ocsinventory/Agent/Network.pm
+++ b/lib/Ocsinventory/Agent/Network.pm
@@ -53,7 +53,7 @@ sub new {
         $uaserver, # server:port, port is needed 
         $self->{config}->{realm},
         $self->{config}->{user},
-        $password,
+        $password
     );
 
     #Setting SSL configuration depending on LWP version