[svn] commit: r563 - /branches/parkinglot/src/bin/parkinglot/builtin.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 27 09:19:08 UTC 2010
Author: jinmei
Date: Wed Jan 27 09:19:08 2010
New Revision: 563
Log:
renamed a confusing local variable (was a copy-paste typo indeed)
Modified:
branches/parkinglot/src/bin/parkinglot/builtin.cc
Modified: branches/parkinglot/src/bin/parkinglot/builtin.cc
==============================================================================
--- branches/parkinglot/src/bin/parkinglot/builtin.cc (original)
+++ branches/parkinglot/src/bin/parkinglot/builtin.cc Wed Jan 27 09:19:08 2010
@@ -203,9 +203,9 @@
const BuiltinRRsets&
getBuiltinAuthors()
{
- static BuiltinRRsets builtin_version(authors_name, authors,
+ static BuiltinRRsets builtin_authors(authors_name, authors,
author_authorities);
- return (builtin_version);
+ return (builtin_authors);
}
const BuiltinRRsets&
More information about the bind10-changes
mailing list