#ifndef lint
static char copyright[] =
-"$Id: dhcp.c,v 1.206 2006/06/16 19:26:45 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: dhcp.c,v 1.207 2006/06/19 20:39:28 shane Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
*/
if (offer == DHCPOFFER &&
lease->billing_class != NULL &&
- lease->state != FTS_ACTIVE)
+ lease->binding_state != FTS_ACTIVE)
unbill_class(lease, lease->billing_class);
}
}