From be954379f01988e5f404459d8f992a5701e9d0b4 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 11 Nov 2014 14:27:35 +0000 Subject: [PATCH] - review fix from Ralph. git-svn-id: file:///svn/unbound/trunk@3262 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + smallapp/unbound-host.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- 2.47.2