From: Mark Andrews Date: Wed, 9 Nov 2016 06:03:34 +0000 (+1100) Subject: don't call dst_lib_destroy in t2_vfy X-Git-Tag: v9.12.0a1~657 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=1106845b4e1a5e9796ed90ad35cf5cde55c70588;p=thirdparty%2Fbind9.git don't call dst_lib_destroy in t2_vfy --- diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index 27da3fdbc31..222f9da2a47 100644 --- a/bin/tests/dst/t_dst.c +++ b/bin/tests/dst/t_dst.c @@ -984,7 +984,6 @@ t2_vfy(char **av) { } if (!dst_algorithm_supported(DST_ALG_RSAMD5)) { - dst_lib_destroy(); t_info("library built without crypto support\n"); return (T_SKIPPED); }