From: Mark Wooding Date: Sat, 15 May 2010 18:35:57 +0000 (+0100) Subject: svc/conntrack.in: Fix DBusManager._reconnect to accept bus argument. X-Git-Tag: 1.0.0pre8.1~3 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/16650038c1e0ce9d68d6e7ddfcc4cf93ad59a458 svc/conntrack.in: Fix DBusManager._reconnect to accept bus argument. The disconnection upcall gets given an argument, whether it wants one or not. Accept and ignore it. --- diff --git a/svc/conntrack.in b/svc/conntrack.in index 367d26d4..47f66f4d 100644 --- a/svc/conntrack.in +++ b/svc/conntrack.in @@ -403,7 +403,7 @@ class DBusMonitor (object): if me._bus is not None: mon.attach(me._bus) - def _reconnect(me): + def _reconnect(me, hunoz = None): """ Start connecting to the bus.