diff options
| author | Roy Marples <roy@marples.name> | 2009-03-31 11:01:25 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-31 11:01:25 +0000 |
| commit | 9a737266991143cfff2d782e1b4881b6ecbe22ae (patch) | |
| tree | 0d57b896413feadf244fb708a14130c346736a42 /dhcpcd.h | |
| parent | 6f767217f6e4c3be4a23fcd330f5252b8ff5c238 (diff) | |
| download | dhcpcd-9a737266991143cfff2d782e1b4881b6ecbe22ae.tar.xz | |
We need a bit more space for the profile name.
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ #define HWADDR_LEN 20 #define IF_SSIDSIZE 33 -#define PROFILE_LEN 32 +#define PROFILE_LEN 64 enum DHS { DHS_INIT, |
