git-svn-id: file:///svn/unbound/trunk@2316 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2010-10-27 12:23:23 +00:00
parent f794810a5f
commit d7a6b3f914

View file

@ -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");