Wrong variable name. Fixes #5653

This commit is contained in:
Alexander Cherniuk 2010-03-14 16:59:01 +02:00
parent 2cdca091fc
commit d3e91d90a8
1 changed files with 1 additions and 1 deletions

View File

@ -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