Skip to content
Snippets Groups Projects
Commit 14b8f564 authored by Ingo Bauersachs's avatar Ingo Bauersachs
Browse files

Use tag from received offer for SDES crypto attribute

parent 5a5aed29
No related branches found
No related tags found
No related merge requests found
...@@ -210,7 +210,7 @@ public SrtpCryptoAttribute responderSelectAttribute( ...@@ -210,7 +210,7 @@ public SrtpCryptoAttribute responderSelectAttribute(
{ {
selectedInAttribute = ea; selectedInAttribute = ea;
selectedOutAttribute selectedOutAttribute
= sdesFactory.createCryptoAttribute(1, suite); = sdesFactory.createCryptoAttribute(ea.getTag(), suite);
if(transformEngine != null) if(transformEngine != null)
{ {
transformEngine.update( transformEngine.update(
......
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