Fix new poll() code for helper pipe. Removed CPU-spin.

This commit is contained in:
Simon Kelley
2015-07-30 20:59:07 +01:00
parent f6381cf482
commit 63ec5d1264
3 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
version 2.75
Fix reversion on 2.74 which caused 100% CPU use when a
dhcp-script is configured. Thanks to Adrian Davey for
reporting the bug and testing the fix.
version 2.74
Fix reversion in 2.73 where --conf-file would attempt to
read the default file, rather than no file.