2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

missed out a variable declaration

This commit is contained in:
Evan Hunt
2012-07-05 17:18:22 -07:00
parent 291a670d12
commit 4476b98f89

View 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);