]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missed out a variable declaration
authorEvan Hunt <each@isc.org>
Fri, 6 Jul 2012 00:18:22 +0000 (17:18 -0700)
committerEvan Hunt <each@isc.org>
Fri, 6 Jul 2012 00:18:22 +0000 (17:18 -0700)
lib/dns/dst_parse.c

index e406d5c4910173bbcc9d2d6484e272ee99e2dba0..a9b3afb31eab4fe988ce1d86ab206614d49a15b4 100644 (file)
@@ -569,7 +569,7 @@ dst__privstruct_writefile(const dst_key_t *key, const dst_private_t *priv,
        isc_region_t r;
        int major, minor;
        mode_t mode;
-       int i;
+       int i, ret;
 
        REQUIRE(priv != NULL);