(prod_nat): Remove non-functional aging code for nat_contact.

Remove nat_contact debugging from server log.

(update_main, prod_nat): Move aging code for nat_contact
from update_main to prod_nat.
This commit is contained in:
Ron Koenderink 2005-11-18 23:23:04 +00:00
parent 974af7130c
commit ac25058b50
2 changed files with 5 additions and 15 deletions

View file

@ -179,13 +179,6 @@ update_main(void *unused)
}
}
}
/* Age contact */
if (opt_LOSE_CONTACT) {
for (cn = 1; cn < MAXNOC; cn++) {
if ((cnp = getnatp(cn)) != NULL)
agecontact(cnp);
}
}
/* Only update mobility for non-MOB_ACCESS here, since it doesn't
get done for MOB_ACCESS anyway during the update */
if (!opt_MOB_ACCESS) {