summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-03-31 11:01:25 +0000
committerRoy Marples <roy@marples.name>2009-03-31 11:01:25 +0000
commit9a737266991143cfff2d782e1b4881b6ecbe22ae (patch)
tree0d57b896413feadf244fb708a14130c346736a42 /dhcpcd.h
parent6f767217f6e4c3be4a23fcd330f5252b8ff5c238 (diff)
downloaddhcpcd-9a737266991143cfff2d782e1b4881b6ecbe22ae.tar.xz
We need a bit more space for the profile name.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h2
1 files changed, 1 insertions, 1 deletions
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,