From: Wouter Wijngaards Date: Thu, 29 Jun 2006 08:27:21 +0000 (+0000) Subject: Added a comment to make the values explicit. X-Git-Tag: release-1.1.0~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6e8d60f41c745e4de62bf0aec0d084cd4683cd7;p=thirdparty%2Fldns.git Added a comment to make the values explicit. --- diff --git a/examples/ldns-keyfetcher.c b/examples/ldns-keyfetcher.c index 1e9726ae..f16c7128 100644 --- a/examples/ldns-keyfetcher.c +++ b/examples/ldns-keyfetcher.c @@ -12,6 +12,7 @@ #include int verbosity = 0; +/* 0=use both ip4 and ip6 (default). 1=ip4only. 2=ip6only. */ uint8_t address_family = 0; bool store = false;