Second typo corrected... I need to sleep...
This commit is contained in:
parent
b4d2227662
commit
10a6b0683c
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ class JingleContent(object):
|
|||
def __candidate(self, candidate):
|
||||
types = {farsight.CANDIDATE_TYPE_HOST: 'host',
|
||||
farsight.CANDIDATE_TYPE_SRFLX: 'srflx',
|
||||
farsight.CANDIDATE_TYPE_PRFLX: 'prlfx',
|
||||
farsight.CANDIDATE_TYPE_PRFLX: 'prflx',
|
||||
farsight.CANDIDATE_TYPE_RELAY: 'relay',
|
||||
farsight.CANDIDATE_TYPE_MULTICAST: 'multicast'}
|
||||
attrs = {
|
||||
|
|
Loading…
Add table
Reference in a new issue