anon.patch 578 B

12345678910111213
  1. diff -Naur dbus-1.2.1.orig/dbus/dbus-transport.c dbus-1.2.1/dbus/dbus-transport.c
  2. --- dbus-1.2.1.orig/dbus/dbus-transport.c 2008-09-16 15:10:02.000000000 +0000
  3. +++ dbus-1.2.1/dbus/dbus-transport.c 2008-09-16 15:10:10.000000000 +0000
  4. @@ -747,6 +747,9 @@
  5. dbus_bool_t allow;
  6. DBusCredentials *auth_identity;
  7. + // allow anonymous connections
  8. + _dbus_transport_set_allow_anonymous(transport, TRUE);
  9. +
  10. auth_identity = _dbus_auth_get_identity (transport->auth);
  11. _dbus_assert (auth_identity != NULL);