Increase MAX_LAN_ADDR to 8

This commit is contained in:
Justin Maggard
2018-01-11 16:09:15 -08:00
parent 3e9ca13fa3
commit c2a9186c71
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
#include <time.h>
#include <fcntl.h>
#define MAX_LAN_ADDR 4
#define MAX_LAN_ADDR 8
/* structure for storing lan addresses
* with ascii representation and mask */
struct lan_addr_s {