options
Simon 4 years ago
parent c7d5cb1c68
commit 1c2f331797
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -207,7 +207,7 @@ class OPENBRIDGE(DatagramProtocol):
return
#Don't do anything if we are STUNned
if 'STUN' in self.CONFIG:
if 'STUN' in self._CONFIG:
if _stream_id not in self._laststrid:
logger.info('(%s) Bridge STUNned, discarding', self._system)
self._laststrid.append(_stream_id)

Loading…
Cancel
Save

Powered by TurnKey Linux.