From fcabc7254c1a8f83c00ecea3a947bf17c3e2d416 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 14 Jun 2013 09:03:00 -0400 Subject: [PATCH] fix rtcp authentication tag removal --- daemon/rtcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/rtcp.c b/daemon/rtcp.c index be979e5ce..21221afc0 100644 --- a/daemon/rtcp.c +++ b/daemon/rtcp.c @@ -433,7 +433,7 @@ int rtcp_savp2avp(str *s, struct crypto_context *c) { } *s = to_auth; - to_auth.len -= sizeof(idx); + s->len -= sizeof(idx); return 0;