]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2432] Update comment about ignoring error and warning callbacks
authorMukund Sivaraman <muks@isc.org>
Mon, 24 Dec 2012 08:41:29 +0000 (14:11 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 24 Dec 2012 08:41:29 +0000 (14:11 +0530)
src/lib/dns/rrset_collection.cc

index 8594c93fba443cf35d1b19ffb62767e178b4838b..bf535c71a21d7e34cdcced7f821bbde69df4d925 100644 (file)
@@ -24,7 +24,7 @@ namespace dns {
 void
 RRsetCollection::loaderCallback(const std::string&, size_t, const std::string&)
 {
-     // We just ignore errors and warnings.
+     // We just ignore callbacks for errors and warnings.
 }
 
 void