[svn] commit: r2574 - /trunk/src/lib/datasrc/query.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 22 05:58:38 UTC 2010
Author: jinmei
Date: Thu Jul 22 05:58:37 2010
New Revision: 2574
Log:
removed a redundant comman after the last member of enum.
should be trivial enough, skipping review.
Modified:
trunk/src/lib/datasrc/query.h
Modified: trunk/src/lib/datasrc/query.h
==============================================================================
--- trunk/src/lib/datasrc/query.h (original)
+++ trunk/src/lib/datasrc/query.h Thu Jul 22 05:58:37 2010
@@ -88,7 +88,7 @@
AUTH_QUERY,
GLUE_QUERY,
NOGLUE_QUERY,
- REF_QUERY,
+ REF_QUERY
} op;
// The state field indicates the state of the query; it controls
More information about the bind10-changes
mailing list