]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 27 Oct 2010 12:23:23 +0000 (12:23 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 27 Oct 2010 12:23:23 +0000 (12:23 +0000)
git-svn-id: file:///svn/unbound/trunk@2316 be551aaa-1e26-0410-a405-d3ace91eadb9

smallapp/unbound-anchor.c

index 5513f03c85563f9ae4eb7010b88ad662e4880a61..93a5b753a5401ac9c913b28c8e11b5c2d5ad4aa5 100644 (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");