mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-03 19:48:28 +02:00
dbus-spawn-win: Do not attempt to call child_setup (again)
This reinstates part of commit420f3474, fixing a mis-merge in commit8c0d5980. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
8c0d598029
commit
5ef8b4dc59
1 changed files with 0 additions and 6 deletions
|
|
@ -605,12 +605,6 @@ babysitter (void *parameter)
|
|||
DBusBabysitter *sitter = (DBusBabysitter *) parameter;
|
||||
|
||||
PING();
|
||||
if (sitter->child_setup)
|
||||
{
|
||||
PING();
|
||||
(*sitter->child_setup) (sitter->user_data);
|
||||
}
|
||||
|
||||
_dbus_verbose ("babysitter: spawning %s\n", sitter->log_name);
|
||||
|
||||
PING();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue