summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2012-05-29 13:30:00 +0000
committerRodrigo Moya <rodrigo@gnome-db.org>2012-05-29 16:03:52 +0200
commita16d0aa956b66a3c04ac85251d035ca700f78a2e (patch)
treeeec56e9667af0cfe7ea3582d50d9c85774b7a094
parent74a16b8b4ea8b789d108422e815b2c79502fac04 (diff)
downloaddbus-a16d0aa956b66a3c04ac85251d035ca700f78a2e.tar.gz
Remove debugs from previous patch, inadvertently commited
-rw-r--r--bus/connection.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bus/connection.c b/bus/connection.c
index 40392a49..6c4e4aca 100644
--- a/bus/connection.c
+++ b/bus/connection.c
@@ -34,7 +34,6 @@
#include <dbus/dbus-hash.h>
#include <dbus/dbus-timeout.h>
-#include <unistd.h>
#include <sys/types.h> /* See NOTES */
#include <sys/socket.h>
@@ -637,13 +636,10 @@ bus_connections_setup_connection (BusConnections *connections,
/* If this connection is not AF_BUS, and we have a AF_BUS
* server, we are in compat mode and we need to setup a
* new connection */
- access("addrlen is ", addrlen);
- memset (&addr, 0x5a5a5a5a, sizeof (addr));
if (!dbus_connection_get_peer_address (connection, &addr, &addrlen) ||
((struct sockaddr *)&addr)->sa_family != AF_BUS)
{
main_address = bus_context_get_main_address (connections->context);
- //access(main_address, addr.sa_family);
if (main_address)
{
d->proxy_connection = dbus_connection_open_private (main_address,