]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix async callbacks in unit tests now that ResolverContext is no longer an optional
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 26 Jan 2024 11:27:35 +0000 (12:27 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 26 Jan 2024 11:27:35 +0000 (12:27 +0100)
commitc5e868605f6fa4f87836252982bcf82acf1fed91
treed2f22c76225cd268f795109297fb0a7abcc1be06
parent32b3e0ef49e7bc412327cb0a057fd6bc23392696
Fix async callbacks in unit tests now that ResolverContext is no longer an optional

Note that C++ does not really care, as the implicit conversion rules cover
this already.
pdns/recursordist/test-syncres_cc1.cc
pdns/recursordist/test-syncres_cc2.cc
pdns/recursordist/test-syncres_cc3.cc
pdns/recursordist/test-syncres_cc4.cc
pdns/recursordist/test-syncres_cc5.cc
pdns/recursordist/test-syncres_cc6.cc
pdns/recursordist/test-syncres_cc7.cc
pdns/recursordist/test-syncres_cc8.cc
pdns/recursordist/test-syncres_cc9.cc