Wrong variable name. Fixes #5653
This commit is contained in:
parent
2cdca091fc
commit
d3e91d90a8
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ class JingleSession(object):
|
|||
reasons.add('failed-application')
|
||||
else:
|
||||
contents_rejected.append((element['name'], 'peer'))
|
||||
failed.add('unsupported-applications')
|
||||
reasons.add('unsupported-applications')
|
||||
|
||||
failure_reason = None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue