]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove redundent call
authorMark Andrews <marka@isc.org>
Fri, 12 Oct 2012 10:57:22 +0000 (21:57 +1100)
committerMark Andrews <marka@isc.org>
Fri, 12 Oct 2012 10:57:22 +0000 (21:57 +1100)
lib/dns/openssl_link.c

index 7be39e7181b4765eb343ded759e0ec348922eb61..795dfe44bf6f9ab34577d01b011d75a845040cb1 100644 (file)
@@ -330,7 +330,7 @@ dst__openssl_toresult(isc_result_t fallback) {
 isc_result_t
 dst__openssl_toresult2(const char *funcname, isc_result_t fallback) {
        isc_result_t result;
-       unsigned long err = ERR_peek_error();
+       unsigned long err;
        const char *file, *data;
        int line, flags;
        char buf[256];