summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-10-16 06:43:32 +0000
committerHavoc Pennington <hp@redhat.com>2003-10-16 06:43:32 +0000
commitc20c4181f275f24413eeff2ea85d2a0d539c9a91 (patch)
tree7209912b3de6f0cfd0a4fae36023510d8f352aeb
parentd6e1b2adb3d8e51ce1bb47295cef12d9fe1a15a8 (diff)
2003-10-16 Havoc Pennington <hp@redhat.com>
* bus/bus.c (struct BusContext): remove struct field I didn't mean to put there
-rw-r--r--ChangeLog5
-rw-r--r--bus/bus.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f650ff3..bf2365f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-10-16 Havoc Pennington <hp@redhat.com>
+ * bus/bus.c (struct BusContext): remove struct field I didn't mean
+ to put there
+
+2003-10-16 Havoc Pennington <hp@redhat.com>
+
* bus/connection.c (bus_pending_reply_expired): either cancel or
execute, not both
(bus_connections_check_reply): use unlink, not remove_link, as we
diff --git a/bus/bus.c b/bus/bus.c
index 91c9e6a7..9db8c411 100644
--- a/bus/bus.c
+++ b/bus/bus.c
@@ -37,7 +37,6 @@ struct BusContext
{
int refcount;
char *type;
- char *bus_env_var;
char *address;
char *pidfile;
DBusLoop *loop;