[Pkg-voip-commits] [janus] 25/282: Removed unneeded memset

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit 8a0838fc7c2cd45e6ddd3f78c283ee4e0d0af313
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Mon Apr 10 12:58:00 2017 +0200

    Removed unneeded memset
---
 plugins/janus_nosip.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/janus_nosip.c b/plugins/janus_nosip.c
index b9e34e8..e00957f 100644
--- a/plugins/janus_nosip.c
+++ b/plugins/janus_nosip.c
@@ -1244,7 +1244,6 @@ static void *janus_nosip_handler(void *data) {
 						/* Send a PLI */
 						JANUS_LOG(LOG_VERB, "Recording video, sending a PLI to kickstart it\n");
 						char buf[12];
-						memset(buf, 0, 12);
 						janus_rtcp_pli((char *)&buf, 12);
 						gateway->relay_rtcp(session->handle, 1, buf, 12);
 					}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list