/*
- * $Id: acl.cc,v 1.204 1999/05/19 19:57:34 wessels Exp $
+ * $Id: acl.cc,v 1.205 1999/06/24 22:40:21 wessels Exp $
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
static char buf[24];
while (*W != NULL)
W = &(*W)->next;
- snprintf(buf, sizeof(buf), "%02x:%02x:02x:02x:02x:02x",
+ snprintf(buf, sizeof(buf), "%02x:%02x:%02x:%02x:%02x:%02x",
arp->eth[0], arp->eth[1], arp->eth[2], arp->eth[3],
arp->eth[4], arp->eth[5]);
wordlistAdd(state, buf);