(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:
parent
974af7130c
commit
ac25058b50
2 changed files with 5 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue