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

« back to all changes in this revision

Viewing changes to hald/ci-tracker.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:
315
315
                dbus_message_unref (message);
316
316
                if (reply != NULL)
317
317
                        dbus_message_unref (reply);
 
318
                dbus_error_free (&error);
318
319
                goto error;
319
320
        }
320
321
        dbus_message_iter_init (reply, &iter);
341
342
                dbus_message_unref (message);
342
343
                if (reply != NULL)
343
344
                        dbus_message_unref (reply);
 
345
                dbus_error_free (&error);
344
346
                goto error;
345
347
        } else {
346
348
                /* TODO: verify signature */
368
370
                if (reply != NULL)
369
371
                        dbus_message_unref (reply);
370
372
                /* OK, this is not a catastrophe; just means the caller is not a member of any session.. */
 
373
                dbus_error_free (&error);
371
374
                goto store_caller_info;
372
375
        }
373
376
        dbus_message_iter_init (reply, &iter);
387
390
                dbus_message_unref (message);
388
391
                if (reply != NULL)
389
392
                        dbus_message_unref (reply);
 
393
                dbus_error_free (&error);
390
394
                goto error;
391
395
        }
392
396
        dbus_message_iter_init (reply, &iter);
406
410
                dbus_message_unref (message);
407
411
                if (reply != NULL)
408
412
                        dbus_message_unref (reply);
 
413
                dbus_error_free (&error);
409
414
                goto error;
410
415
        }
411
416
        dbus_message_iter_init (reply, &iter);