[Telepathy-commits] [mingle/master] Fix the prototype of fscandidate_to_candidate in the RawUdp transport

Sjoerd Simons sjoerd at luon.net
Thu Nov 27 04:46:14 PST 2008


---
 jingle.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jingle.py b/jingle.py
index bca959f..146425a 100644
--- a/jingle.py
+++ b/jingle.py
@@ -471,7 +471,7 @@ class JingleRawudpTransport(JingleBaseTransport):
         candidate = transport.addElement('candidate')
         self.fscandidate_to_candidate(transport, candidate, fscandidate)
 
-    def fscandidate_to_candidate(self, candidate, fscandidate):
+    def fscandidate_to_candidate(self, transport, candidate, fscandidate):
         candidate['address'] = fscandidate.ip
         candidate['port'] = str(fscandidate.port)
         candidate['generation'] = '0'
-- 
1.5.6.5



More information about the Telepathy-commits mailing list