2
0
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:
Shawn Routhier
2010-02-02 00:44:06 +00:00
parent 3c941d426d
commit a35285748d
9 changed files with 35 additions and 26 deletions

View File

@@ -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)) ||