mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-08 11:08:19 +02:00
Merge branch 'autolaunch-regression' into 'master'
sysdeps-win: Fix autolaunch: regression on Windows Closes #503 See merge request dbus/dbus!458
This commit is contained in:
commit
1caf0f62e0
1 changed files with 1 additions and 1 deletions
|
|
@ -2759,7 +2759,7 @@ static const char *cDBusDaemonMutex = "DBusDaemonMutex";
|
|||
static const char *cDBusDaemonAddressInfo = "DBusDaemonAddressInfo";
|
||||
|
||||
/* custom command line parameter for autolaunching daemon */
|
||||
static const char *autolaunch_custom_command_line_parameter = "";
|
||||
static const char *autolaunch_custom_command_line_parameter = NULL;
|
||||
|
||||
/**
|
||||
* Set command line parameters for the dbus daemon to start
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue