hal: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Thu Mar 22 13:48:01 PDT 2007
tools/umount-hal.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 0cd8dccc8382f26d3b3f68f6131aefd08b134232 (from 6f117fbaa40241be557c603e531c2af30d59fabc)
Author: David Zeuthen <davidz at redhat.com>
Date: Thu Mar 22 16:48:02 2007 -0400
fix umount.hal so correct return value is passed
diff --git a/tools/umount-hal.c b/tools/umount-hal.c
index 719943c..d4221bd 100644
--- a/tools/umount-hal.c
+++ b/tools/umount-hal.c
@@ -119,7 +119,7 @@ main (int argc, char *argv[])
if (!dbus_message_get_args (reply,
&error,
- DBUS_TYPE_INT32, &hal_retcode,
+ DBUS_TYPE_UINT32, &hal_retcode,
DBUS_TYPE_INVALID)) {
/* should never happen */
goto out;
More information about the hal-commit
mailing list