diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-01-01 13:50:55 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-01-01 13:50:55 -0200 |
commit | e6fb48251e70d87404bf7738722679b9281ed108 (patch) | |
tree | eeb168e65fbfde2f4b5d3d78fc79b8cd151ad11b /hardinfo2/util.c | |
parent | 94a513ab865ccad5b87fc661076f24eb9b87f11c (diff) |
Don't include benchmarks in remote mode.
Diffstat (limited to 'hardinfo2/util.c')
-rw-r--r-- | hardinfo2/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/util.c b/hardinfo2/util.c index 6897fbcb..87521028 100644 --- a/hardinfo2/util.c +++ b/hardinfo2/util.c @@ -718,6 +718,7 @@ static ShellModule *module_load(gchar * filename) entry->scan_func = entries[i].scan_callback; entry->func = entries[i].callback; entry->number = i; + entry->flags = entries[i].flags; module->entries = g_slist_append(module->entries, entry); |