Suggested IAX and IAX2 bugfixes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-05-19 00:48:48 +00:00
parent bbdb142d2e
commit a342626920
2 changed files with 3 additions and 0 deletions

View File

@@ -4841,6 +4841,7 @@ static struct iax_dpcache *find_cache(struct ast_channel *chan, char *data, char
/* We found an entry that matches us! */
if (!strcmp(dp->peercontext, data) && !strcmp(dp->exten, exten))
break;
prev = dp;
dp = next;
}
if (!dp) {