From: Wouter Wijngaards Date: Wed, 27 Oct 2010 12:23:23 +0000 (+0000) Subject: Fix. X-Git-Tag: release-1.4.7rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a6b3f91480c2d1d54d668d1be3b59f17315e1e;p=thirdparty%2Funbound.git Fix. git-svn-id: file:///svn/unbound/trunk@2316 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/smallapp/unbound-anchor.c b/smallapp/unbound-anchor.c index 5513f03c8..93a5b753a 100644 --- a/smallapp/unbound-anchor.c +++ b/smallapp/unbound-anchor.c @@ -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");