]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2003-10-16 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Thu, 16 Oct 2003 06:43:32 +0000 (06:43 +0000)
committerHavoc Pennington <hp@redhat.com>
Thu, 16 Oct 2003 06:43:32 +0000 (06:43 +0000)
* bus/bus.c (struct BusContext): remove struct field I didn't mean
to put there

ChangeLog
bus/bus.c

index 7f650ff3b577839cac3bfaa50a98067e2d1e90da..bf2365f7b7f81e7e86c0be928365b02fb48dd479 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 91c9e6a7740bf2c1a0bd2240e5d4fc745a0d24c1..9db8c411604aebd82cce6623bdb3245a81e6d743 100644 (file)
--- 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;