]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
If no lease time is supplied, assume it's infinite.
authorRoy Marples <roy@marples.name>
Wed, 19 Nov 2008 14:58:24 +0000 (14:58 +0000)
committerRoy Marples <roy@marples.name>
Wed, 19 Nov 2008 14:58:24 +0000 (14:58 +0000)
if-options.h

index 8d39a31dded710601640306dadcc408d4e3d97de..1d90709144fe4760d347a54a7e1d3de79b19c40c 100644 (file)
@@ -41,7 +41,6 @@
 
 #define DEFAULT_TIMEOUT                30
 #define DEFAULT_REBOOT         10
-#define DEFAULT_LEASETIME      3600    /* 1 hour */
 
 #define HOSTNAME_MAX_LEN       250     /* 255 - 3 (FQDN) - 2 (DNS enc) */
 #define VENDORCLASSID_MAX_LEN  48