Browse Source

[2905] corrected a member variable of example code in doxygen doc.

JINMEI Tatuya 12 years ago
parent
commit
c1d838b4ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/client_list.h

+ 1 - 1
src/lib/datasrc/client_list.h

@@ -231,7 +231,7 @@ public:
     /// of the searched name is needed. Therefore, the call would look like:
     ///
     /// \code FindResult result(list->find(queried_name));
-    ///   if (result.datasrc_) {
+    ///   if (result.dsrc_client_) {
     ///       if (result.finder_) {
     ///           createTheAnswer(result.finder_);
     ///       } else { // broken zone, return SERVFAIL