]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Wed, 4 Sep 2013 23:46:16 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 4 Sep 2013 23:46:16 +0000 (23:46 +0000)
bin/dig/dighost.c
lib/dns/opensslecdsa_link.c

index 80e7ee28e6a1856634255cdf6fc971e32eec8afb..c41565e3c97a39e41596f66c2a9437bebea71703 100644 (file)
@@ -1896,7 +1896,7 @@ next_origin(dig_query_t *query) {
                 * about finding the next entry.
                 */
                return (ISC_FALSE);
-       
+
        /*
         * Check for a absolute name or ndots being met.
         */
@@ -1908,7 +1908,7 @@ next_origin(dig_query_t *query) {
            (dns_name_isabsolute(name) ||
             (int)dns_name_countlabels(name) > ndots))
                return (ISC_FALSE);
-               
+
        if (query->lookup->origin == NULL && !query->lookup->need_search)
                /*
                 * Then we just did rootorg; there's nothing left.
index 7eff9a07ff31f08688c3bd134a3be97692b6615f..2a76c8524da7bc335ed2e5c21f923c0b2d118957 100644 (file)
@@ -572,7 +572,7 @@ opensslecdsa_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {
                dst__privstruct_free(&priv, mctx);
                memset(&priv, 0, sizeof(priv));
        }
+
        pkey = EVP_PKEY_new();
        if (pkey == NULL)
                DST_RET (ISC_R_NOMEMORY);