dect
/
asterisk
Archived
13
0
Fork 0

Return NULL if no CRV found

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3180 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-06-09 13:55:52 +00:00
parent f87ac85960
commit b02f3e817a
1 changed files with 1 additions and 0 deletions

View File

@ -6412,6 +6412,7 @@ static struct zt_pvt *pri_find_crv(struct zt_pri *pri, int crv)
return p;
p = p->next;
}
return NULL;
}