summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/standalone/net_applet3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet
index 4e844e198..6285252f3 100644
--- a/perl-install/standalone/net_applet
+++ b/perl-install/standalone/net_applet
@@ -168,6 +168,9 @@ sub checkNetwork() {
if ($new_md5 ne $current_md5) { exec($prog_name) }
}
sub checkNetworkForce() {
+ $netcnx = {};
+ $netc = {};
+ $intf = {};
network::netconnect::read_net_conf($netcnx, $netc, $intf);
undef $current_state;
checkNetwork();