Revert r8956.

With the change in r8962, this should become obsolete.
3.1_post-ngcp-2.5
Andreas Granig 14 years ago
parent eb40e48566
commit d1a9bc4131

@ -93,18 +93,7 @@ int build_path_vector(struct sip_msg *_m, str *path, str *received)
goto error;
}
if (hooks.contact.received)
{
*received = hooks.contact.received->body;
if((received->s)[0] == '\'')
{
received->s++;
received->len--;
}
if((received->s)[received->len-1] == '\'')
{
received->len--;
}
}
/*for (;params; params = params->next) {
if (params->type == P_RECEIVED) {
*received = hooks.contact.received->body;

Loading…
Cancel
Save