Browse Source

brevity

pull/23/head
Richard Fuchs 11 years ago
parent
commit
5e129dd8f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -1815,7 +1815,7 @@ static void __generate_crypto(const struct sdp_ng_flags *flags, struct call_medi
}
/* for answer case, otherwise we default to one */
this->sdes_out.tag = this->sdes_in.params.crypto_suite ? this->sdes_in.tag : 1;
this->sdes_out.tag = cp_in->crypto_suite ? this->sdes_in.tag : 1;
if (other->sdes_in.params.crypto_suite) {
/* SRTP <> SRTP case, copy from other stream */


Loading…
Cancel
Save