~ubuntu-branches/ubuntu/lucid/hal/lucid-proposed

« back to all changes in this revision

Viewing changes to hald/util_helper_priv.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-12-03 01:21:24 UTC
  • mto: (1.1.18 squeeze)
  • mto: This revision was merged to the branch mainline in revision 165.
  • Revision ID: james.westby@ubuntu.com-20091203012124-3573qknop973uvc2
Tags: upstream-0.5.14
ImportĀ upstreamĀ versionĀ 0.5.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                                                       "Cannot determine if caller is privileged",
61
61
                                                       action, polkit_result);
62
62
                dbus_connection_send (connection, reply, NULL);
 
63
                dbus_error_free (&error);
63
64
                goto out;
64
65
        }
65
66
        if (strcmp (polkit_result, "yes") != 0) {