git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1733 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-11-13 00:44:31 +00:00
parent d21c6b7c13
commit 4195115d60
1 changed files with 2 additions and 2 deletions

View File

@ -3742,8 +3742,8 @@ static int get_refer_info(struct sip_pvt *p, struct sip_request *oreq)
if ((a = strchr(tmp5, ';')))
*a = '\0';
/* Skip leading whitespace */
while(tmp[0] && (tmp[0] < 33))
memmove(tmp, tmp+1, strlen(tmp));
while(tmp5[0] && (tmp5[0] < 33))
memmove(tmp5, tmp5+1, strlen(tmp5));
}
}