@@ -1160,8 +1160,6 @@ static int ki_handle_ruri_alias_mode(struct sip_msg *msg, int mode)
/* use first alias parameter */
break;
}
- rest = rest + _ksr_contact_alias.len;
- rest_len = rest_len - _ksr_contact_alias.len;
sep = memchr(rest, 59 /* ; */, rest_len);
if(sep == NULL) {