From: Wouter Wijngaards Date: Thu, 14 Oct 2010 09:12:26 +0000 (+0000) Subject: fix X-Git-Tag: release-1.4.7rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39bbb1c9e905d553071804fb14cc0f838df6a4de;p=thirdparty%2Funbound.git fix git-svn-id: file:///svn/unbound/trunk@2289 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/smallapp/unbound-anchor.c b/smallapp/unbound-anchor.c index 26173fa49..5a6e92fe7 100644 --- a/smallapp/unbound-anchor.c +++ b/smallapp/unbound-anchor.c @@ -388,10 +388,10 @@ read_cert_file(char* file) fclose(in); exit(0); } + content = 1; /* read away newline after --END CERT-- */ if(!fgets(buf, (int)sizeof(buf), in)) break; - content = 1; } fclose(in); if(!content) {