mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Sometimes the compiler is unable to see that the `empty` variable was initialized by the call to is_empty(), which can cause a build failure; I encountered this with CFLAGS=-Os. So get rid of it and use the result from `is_empty()` instead. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||