aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/remote.c')
-rw-r--r--hardinfo2/remote.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hardinfo2/remote.c b/hardinfo2/remote.c
index 556299ca..5abf3a91 100644
--- a/hardinfo2/remote.c
+++ b/hardinfo2/remote.c
@@ -98,6 +98,9 @@ static gboolean load_module_list()
return FALSE;
}
+ shell_status_update("Unloading local modules...");
+ module_unload_all();
+
for (; i < modules->n_values; i++) {
GValueArray *entries;
const gchar *module = g_value_get_string(&modules->values[i]);