Fix a TraceBack when a stun host name cannot be resolved.
This commit is contained in:
parent
320157ec82
commit
3b7eaa6866
|
@ -28,6 +28,10 @@ from jingle_transport import JingleTransportICEUDP
|
||||||
from jingle_content import contents, JingleContent, JingleContentSetupException
|
from jingle_content import contents, JingleContent, JingleContentSetupException
|
||||||
|
|
||||||
|
|
||||||
|
import logging
|
||||||
|
log = logging.getLogger('gajim.c.jingle_rtp')
|
||||||
|
|
||||||
|
|
||||||
class JingleRTPContent(JingleContent):
|
class JingleRTPContent(JingleContent):
|
||||||
def __init__(self, session, media, transport=None):
|
def __init__(self, session, media, transport=None):
|
||||||
if transport is None:
|
if transport is None:
|
||||||
|
|
Loading…
Reference in New Issue