Skip to content

Commit

Permalink
rtpproxy: fix uninitialzied warning
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Oct 27, 2017
1 parent ff9243c commit ca7164d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/rtpproxy/rtpproxy.c
Expand Up @@ -4452,6 +4452,8 @@ static int w_rtpproxy_recording(struct sip_msg *msg, str *callid,
goto error;
}

media_start = media_stop = 0;

if (destination) {
/* if name is specified, we need to change the command */
cmd = 'C';
Expand Down

0 comments on commit ca7164d

Please sign in to comment.