Woops.
This commit is contained in:
parent
ab90fa9bd1
commit
7d5741859e
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
$Id: route.c,v 1.1.2.27 2002/03/01 14:25:10 guus Exp $
|
$Id: route.c,v 1.1.2.28 2002/03/01 14:33:48 guus Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -97,6 +97,7 @@ void age_mac(void)
|
||||||
cp
|
cp
|
||||||
for(node = myself->subnet_tree->head; node; node = next)
|
for(node = myself->subnet_tree->head; node; node = next)
|
||||||
{
|
{
|
||||||
|
next = node->next;
|
||||||
s = (subnet_t *)node->data;
|
s = (subnet_t *)node->data;
|
||||||
if(s->type == SUBNET_MAC && s->net.mac.lastseen && s->net.mac.lastseen + macexpire < now)
|
if(s->type == SUBNET_MAC && s->net.mac.lastseen && s->net.mac.lastseen + macexpire < now)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue