818b95a37b9712c46eb64e3cfecfa1e8a2d0cade
Bind headers changed isc_error_fatal function. Also UNEXPECTED_ERROR from util.h has changed function signature. Use a conditional to provide compatibility for both new and previous versions.
It might make sense to unify reporting fatal_error and DYNDB_UNEXPECTED_ERROR styles. Not sure which is more correct to choose.
@pemensik, I have added a similar PR#217 which also has few more fixes to 9.18.10+ problems. I'll close this one and take that instead, if you aren't against.
Pull-Request has been closed by pemensik
Bind headers changed isc_error_fatal function. Also UNEXPECTED_ERROR
from util.h has changed function signature. Use a conditional
to provide compatibility for both new and previous versions.