close the private key file after reading it. patch by Wolfgang Nagele
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@111 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
parent
19efd1ceb8
commit
5170a087c9
@ -118,7 +118,8 @@ public class BINDKeyUtils
|
||||
key_buf.append(line);
|
||||
key_buf.append('\n');
|
||||
}
|
||||
|
||||
in.close();
|
||||
|
||||
return key_buf.toString().trim();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user