diff options
Diffstat (limited to 'networking/udhcp/leases.c')
-rw-r--r-- | networking/udhcp/leases.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/leases.c b/networking/udhcp/leases.c index 341abab49..add114f6c 100644 --- a/networking/udhcp/leases.c +++ b/networking/udhcp/leases.c | |||
@@ -117,6 +117,7 @@ static int check_ip(u_int32_t addr) | |||
117 | } else return 0; | 117 | } else return 0; |
118 | } | 118 | } |
119 | 119 | ||
120 | |||
120 | /* find an assignable address, it check_expired is true, we check all the expired leases as well. | 121 | /* find an assignable address, it check_expired is true, we check all the expired leases as well. |
121 | * Maybe this should try expired leases by age... */ | 122 | * Maybe this should try expired leases by age... */ |
122 | u_int32_t find_address(int check_expired) | 123 | u_int32_t find_address(int check_expired) |