This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 common/connman-dbus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 0078fbcd895c800d05e6c9f4dc0f21d92c30e27b
Author: Marcel Holtmann <[email protected]>
Date:   Sat Jan 10 02:02:33 2009 +0100

    Check also for errors from connection properties


Diff in this email is a maximum of 400 lines.
diff --git a/common/connman-dbus.c b/common/connman-dbus.c
index 407a53e..fac128b 100644
--- a/common/connman-dbus.c
+++ b/common/connman-dbus.c
@@ -458,7 +458,7 @@ static void connection_properties(DBusGProxy *proxy, 
GHashTable *hash,
        gboolean enabled;
        GtkTreeIter iter;
 
-       if (hash == NULL)
+       if (error != NULL || hash == NULL)
                goto done;
 
        value = g_hash_table_lookup(hash, "Type");
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to