[svn] commit: r4100 - /trunk/src/lib/datasrc/memory_datasrc.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 30 11:30:45 UTC 2010


Author: vorner
Date: Thu Dec 30 11:30:45 2010
New Revision: 4100

Log:
Fix compilation with assert turned off

Modified:
    trunk/src/lib/datasrc/memory_datasrc.cc

Modified: trunk/src/lib/datasrc/memory_datasrc.cc
==============================================================================
--- trunk/src/lib/datasrc/memory_datasrc.cc (original)
+++ trunk/src/lib/datasrc/memory_datasrc.cc Thu Dec 30 11:30:45 2010
@@ -175,6 +175,7 @@
         // This case should not happen because we enable callback only
         // when we add an RR searched for above.
         assert(0);
+        return (false);
     }
 
     // Implementation of MemoryZone::find




More information about the bind10-changes mailing list