Skip to content
Snippets Groups Projects
Commit d3e91d90 authored by Alexander Cherniuk's avatar Alexander Cherniuk
Browse files

Wrong variable name. Fixes #5653

parent 2cdca091
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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