mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
Clean up some compiler warnings
This commit is contained in:
@@ -3423,7 +3423,6 @@ int find_lease (struct lease **lp,
|
||||
piaddr (hw_lease -> ip_addr));
|
||||
#endif
|
||||
goto n_hw;
|
||||
continue;
|
||||
}
|
||||
if (hw_lease -> subnet -> shared_network != share) {
|
||||
#if defined (DEBUG_FIND_LEASE)
|
||||
@@ -3431,7 +3430,6 @@ int find_lease (struct lease **lp,
|
||||
piaddr (hw_lease -> ip_addr));
|
||||
#endif
|
||||
goto n_hw;
|
||||
continue;
|
||||
}
|
||||
if ((hw_lease -> pool -> prohibit_list &&
|
||||
permitted (packet, hw_lease -> pool -> prohibit_list)) ||
|
||||
|
Reference in New Issue
Block a user