Fix a TraceBack when a stun host name cannot be resolved.

This commit is contained in:
Thibaut GIRKA 2010-03-14 22:47:54 +01:00
parent 320157ec82
commit 3b7eaa6866
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ from jingle_transport import JingleTransportICEUDP
from jingle_content import contents, JingleContent, JingleContentSetupException
import logging
log = logging.getLogger('gajim.c.jingle_rtp')
class JingleRTPContent(JingleContent):
def __init__(self, session, media, transport=None):
if transport is None: