DBusMessage *m;
const Config *config = context;
+ g_assert (config != NULL);
+ g_assert (config->bus_name != NULL);
+
if (f->address == NULL)
return;
DBusMessage *reply = NULL;
DBusPendingCall *pc;
+ g_assert (config != NULL);
+ g_assert (config->bus_name != NULL);
+
if (f->address == NULL)
return;
f->systemd_name = dbus_bus_get_unique_name (f->systemd);
take_well_known_name (f, f->systemd, "org.freedesktop.systemd1");
- if (config == NULL || (config->flags & FLAG_EARLY_TRANSIENT_SERVICE) == 0)
+ if ((config->flags & FLAG_EARLY_TRANSIENT_SERVICE) == 0)
{
/* Try to activate a service that isn't there. */
m = dbus_message_new_method_call (config->bus_name,