]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We need a bit more space for the profile name.
authorRoy Marples <roy@marples.name>
Tue, 31 Mar 2009 11:01:25 +0000 (11:01 +0000)
committerRoy Marples <roy@marples.name>
Tue, 31 Mar 2009 11:01:25 +0000 (11:01 +0000)
dhcpcd.h

index e353a33f28e245aefa07800487749f7f692efa6a..767dc4850ec7f36c80615035df9a1812758d8d06 100644 (file)
--- 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,