mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Oops, fix small typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3779 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2396,7 +2396,8 @@ static struct sip_pvt *find_call(struct sip_request *req, struct sockaddr_in *si
|
||||
char iabuf[INET_ADDRSTRLEN];
|
||||
char *cmd;
|
||||
char *tag = "", *c;
|
||||
char *tag2 = ""
|
||||
char *tag2 = "";
|
||||
|
||||
callid = get_header(req, "Call-ID");
|
||||
|
||||
if (pedanticsipchecking) {
|
||||
|
Reference in New Issue
Block a user