git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1624 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-10-10 02:05:17 +00:00
parent f537e2e0ec
commit 4966cfa119
1 changed files with 1 additions and 1 deletions

View File

@ -3553,7 +3553,7 @@ static int get_destination(struct sip_pvt *p, struct sip_request *oreq)
strncpy(tmp, req->rlPart2, sizeof(tmp) - 1);
c = ditch_braces(tmp);
strncpy(tmpf, get_header(oreq, "From"), sizeof(tmpf) - 1);
strncpy(tmpf, get_header(req, "From"), sizeof(tmpf) - 1);
fr = ditch_braces(tmpf);
if (fr && !strlen(fr))