mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-31 11:10:11 +01:00
* bus/activation.c: (bus_activation_activate_service):
fixed call to _dbus_spawn_async_with_babysitter().
This commit is contained in:
parent
329f99a197
commit
a780c4e834
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-03-04 Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* bus/activation.c: (bus_activation_activate_service):
|
||||
fixed call to _dbus_spawn_async_with_babysitter().
|
||||
|
||||
2007-03-04 Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* dbus/dbus-spawn.c,dbus/dbus-spawn.h (_dbus_spawn_async_with_babysitter):
|
||||
|
|
|
|||
|
|
@ -1310,6 +1310,7 @@ bus_activation_activate_service (BusActivation *activation,
|
|||
DBusMessage *message;
|
||||
DBusString service_str;
|
||||
char **argv;
|
||||
char **envp = NULL;
|
||||
int argc;
|
||||
dbus_bool_t retval;
|
||||
DBusHashIter iter;
|
||||
|
|
@ -1541,6 +1542,7 @@ bus_activation_activate_service (BusActivation *activation,
|
|||
|
||||
_dbus_verbose ("Spawning %s ...\n", argv[0]);
|
||||
if (!_dbus_spawn_async_with_babysitter (&pending_activation->babysitter, argv,
|
||||
envp,
|
||||
child_setup, activation,
|
||||
error))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue