chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7bfa1e0
)
svc/conntrack.in: Fix DBusManager._reconnect to accept bus argument.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 15 May 2010 18:35:57 +0000
(19:35 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 15 May 2010 18:42:47 +0000
(19:42 +0100)
The disconnection upcall gets given an argument, whether it wants one
or not. Accept and ignore it.
svc/conntrack.in
patch
|
blob
|
blame
|
history
diff --git
a/svc/conntrack.in
b/svc/conntrack.in
index 367d26d46a6ac79c1553d8bfc3167cf74a6f6b5c..47f66f4d4485660a861f009818eeb6e3694eeb2c 100644
(file)
--- 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)
if me._bus is not None:
mon.attach(me._bus)
- def _reconnect(me):
+ def _reconnect(me
, hunoz = None
):
"""
Start connecting to the bus.
"""
Start connecting to the bus.