put this back to 0

This commit is contained in:
Anthony Minessale 2011-03-10 15:32:09 -06:00
parent 844f69def0
commit 4832d26a3a
1 changed files with 1 additions and 1 deletions

View File

@ -3176,7 +3176,7 @@ switch_status_t sofia_glue_activate_rtp(private_object_t *tech_pvt, switch_rtp_f
if ((val = switch_channel_get_variable(tech_pvt->channel, "jitterbuffer_msec")) || (val = tech_pvt->profile->jb_msec)) {
int jb_msec = atoi(val);
int maxlen = 0, max_drift = 1000;
int maxlen = 0, max_drift = 0;
char *p, *q;
if ((p = strchr(val, ':'))) {