mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-30 19:39:34 -05:00
Fix.
git-svn-id: file:///svn/unbound/trunk@2316 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
f794810a5f
commit
d7a6b3f914
1 changed files with 1 additions and 1 deletions
|
|
@ -1426,7 +1426,7 @@ xml_append_bio(BIO* b, BIO* a)
|
|||
{
|
||||
char* z = NULL;
|
||||
long i, len;
|
||||
BIO_seek(a, 0);
|
||||
(void)BIO_seek(a, 0);
|
||||
len = BIO_get_mem_data(a, &z);
|
||||
if(!len || !z) {
|
||||
if(verb) printf("out of memory in BIO_write\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue