diff options
| author | Roy Marples <roy@marples.name> | 2008-11-19 14:58:24 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-11-19 14:58:24 +0000 |
| commit | c5cf49e71a87e064a503ca8dfe771c41cb8db26b (patch) | |
| tree | 3dc7ffdbf65be9c7df490b4c865602bfbaafcf29 /if-options.h | |
| parent | ea7071e5c997b255ae3f356ab7ebd14e89f1ecc9 (diff) | |
| download | dhcpcd-c5cf49e71a87e064a503ca8dfe771c41cb8db26b.tar.xz | |
If no lease time is supplied, assume it's infinite.
Diffstat (limited to 'if-options.h')
| -rw-r--r-- | if-options.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
