New way of handling the meta protocol.
This commit is contained in:
parent
cd12345032
commit
ca73b722cb
5 changed files with 174 additions and 105 deletions
|
|
@ -42,7 +42,7 @@
|
|||
conn_list_t *lookup_conn(ip_t ip)
|
||||
{
|
||||
conn_list_t *p = conn_list;
|
||||
cp
|
||||
|
||||
/* Exact match suggested by James B. MacLean */
|
||||
for(p = conn_list; p != NULL; p = p->next)
|
||||
if(ip == p->vpn_ip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue