From 9a737266991143cfff2d782e1b4881b6ecbe22ae Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 31 Mar 2009 11:01:25 +0000 Subject: [PATCH] We need a bit more space for the profile name. --- dhcpcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcpcd.h b/dhcpcd.h index e353a33f..767dc485 100644 --- a/dhcpcd.h +++ b/dhcpcd.h @@ -39,7 +39,7 @@ #define HWADDR_LEN 20 #define IF_SSIDSIZE 33 -#define PROFILE_LEN 32 +#define PROFILE_LEN 64 enum DHS { DHS_INIT, -- 2.47.2