Commit
f20a05f60f6f included in dbus-1.15.0 broke autolaunch: on
Windows. autolaunch_custom_command_line_parameter shall be initalized
to null as it is later used in only one place in the code, with this
ternary:
autolaunch_custom_command_line_parameter ? autolaunch_custom_command_line_parameter : "--session"
Closes #503
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