Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dhcp: remove leases when they are released
Don't lock around the Stop() operation though, as that may take a while and block other operations. That may mean we call Stop() multiple times, but the Lease object should handle that correctly itself.
- Loading branch information