Browse Source

[trac550] fixed temporary regression in the refactoring.

JINMEI Tatuya 14 years ago
parent
commit
c336287b3e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/datasrc/tests/memory_datasrc_unittest.cc

+ 2 - 1
src/lib/datasrc/tests/memory_datasrc_unittest.cc

@@ -195,7 +195,8 @@ public:
              &rr_grandchild_glue_},
             {"dname.child.example.org. 300 IN DNAME example.com.",
              &rr_child_dname_},
-            {"example.com. 300 IN A 192.0.2.10", &rr_out_}
+            {"example.com. 300 IN A 192.0.2.10", &rr_out_},
+            {NULL, NULL}
         };
 
         stringstream zone_data_stream;