hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Mon Nov 3 02:15:19 PST 2008
hald/linux/osspec.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 315ca276ffdde9a0cba809f67cddf58f258ee1d3
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Mon Nov 3 11:13:30 2008 +0100
fix commit 151957477daaf985acdb2d7bda5b4a418c612cf3
Fixed commit 151957477daaf985acdb2d7bda5b4a418c612cf3: don't
call computer_probing_helper_done() twice.
diff --git a/hald/linux/osspec.c b/hald/linux/osspec.c
index 91a9e65..691299c 100644
--- a/hald/linux/osspec.c
+++ b/hald/linux/osspec.c
@@ -752,7 +752,6 @@ decode_dmi_from_sysfs (HalDevice *d)
hal_util_set_string_from_file(d, "system.board.vendor", DMI_SYSFS_PATH, "board_vendor");
computer_dmi_map (d, FALSE);
- computer_probing_helper_done (d);
return TRUE;
}
More information about the hal-commit
mailing list