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

New commits:
commit ac9436aff4928050c8ee9f40329fbfda7bec5ff2
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date:   Fri Aug 15 20:15:32 2008 +0200

    Use the D-Bus settings if no security module is loaded


Diff in this email is a maximum of 400 lines.
diff --git a/src/security.c b/src/security.c
index 0576650..c7c3ccf 100644
--- a/src/security.c
+++ b/src/security.c
@@ -79,7 +79,7 @@ int __connman_security_check_privileges(DBusMessage *message)
 {
        GSList *list;
        const char *sender;
-       int err = -EPERM;
+       int err = 0;
 
        DBG("message %p", message);
 
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits

Reply via email to