[daemon-fix] Changed the way of make bus address when the address is not given
[platform/upstream/dbus.git] / dbus / dbus-sysdeps-unix.c
index 5db50e6..1cb4a58 100644 (file)
@@ -3513,11 +3513,6 @@ _dbus_get_autolaunch_address (const char *scope,
   ++i;
   argv[i] = "--close-stderr";
   ++i;
-  if(strcmp(scope, "kdbus") == 0)
-  {
-         argv[i] = "--kdbus";
-         ++i;
-  }
   argv[i] = NULL;
   ++i;