Browse Source

fix another zero-tag bug

git.mgm/mediaproxy-ng/github/master
Richard Fuchs 13 years ago
parent
commit
8a7f4d80ed
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      daemon/sdp.c

+ 0
- 2
daemon/sdp.c View File

@ -1372,8 +1372,6 @@ static int generate_crypto(struct sdp_media *media, struct sdp_ng_flags *flags,
c->crypto_suite->master_salt_len);
/* mki = mki_len = 0 */
c->tag = rtp->crypto.in.tag;
if (!c->tag)
c->tag++;
}
mutex_unlock(&rtp->up->up->lock);


Loading…
Cancel
Save