Skip to content
Snippets Groups Projects
Commit 3b7eaa68 authored by Thibg's avatar Thibg
Browse files

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

parent 320157ec
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment