New way of handling the meta protocol.

This commit is contained in:
Ivo Timmermans 2000-04-30 16:11:05 +00:00
parent cd12345032
commit ca73b722cb
5 changed files with 174 additions and 105 deletions

View file

@ -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)