]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- review fix from Ralph.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 11 Nov 2014 14:27:35 +0000 (14:27 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 11 Nov 2014 14:27:35 +0000 (14:27 +0000)
git-svn-id: file:///svn/unbound/trunk@3262 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
smallapp/unbound-host.c

index bd6f5456bb13e0e93c21b7ec8282dfcbeb6a5da1..164cd23b5e99aaf6d8d9ca81aea30824ccc61fea 100644 (file)
@@ -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:
index 8020ad8c802309b1ed4a911569013bd665840ba3..95973410924f93d37a1241ab558d9ed2ad6c2508 100644 (file)
@@ -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;