From: Roy Marples Date: Wed, 19 Nov 2008 14:58:24 +0000 (+0000) Subject: If no lease time is supplied, assume it's infinite. X-Git-Tag: v5.0.0~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5cf49e71a87e064a503ca8dfe771c41cb8db26b;p=thirdparty%2Fdhcpcd.git If no lease time is supplied, assume it's infinite. --- diff --git a/if-options.h b/if-options.h index 8d39a31d..1d907091 100644 --- a/if-options.h +++ b/if-options.h @@ -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