From: Wouter Wijngaards Date: Tue, 11 Nov 2014 14:27:35 +0000 (+0000) Subject: - review fix from Ralph. X-Git-Tag: release-1.5.1rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be954379f01988e5f404459d8f992a5701e9d0b4;p=thirdparty%2Funbound.git - review fix from Ralph. git-svn-id: file:///svn/unbound/trunk@3262 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index bd6f5456b..164cd23b5 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ different port number were not tried. - version number in svn trunk is 1.5.0 - tag 1.5.0rc1 + - review fix from Ralph. 7 November 2014: Wouter - dnstap fixes by Robert Edmonds: diff --git a/smallapp/unbound-host.c b/smallapp/unbound-host.c index 8020ad8c8..959734109 100644 --- a/smallapp/unbound-host.c +++ b/smallapp/unbound-host.c @@ -409,7 +409,7 @@ extern int optind; /** getopt global, in case header files fail to declare it. */ extern char* optarg; -/** Main routine for checkconf */ +/** Main routine for unbound-host */ int main(int argc, char* argv[]) { int c;