]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
whitespace
authorMark Andrews <marka@isc.org>
Tue, 30 Oct 2007 23:30:09 +0000 (23:30 +0000)
committerMark Andrews <marka@isc.org>
Tue, 30 Oct 2007 23:30:09 +0000 (23:30 +0000)
lib/isc/mem.c

index 80a49518e05bbef02c1e23335729a9f5e6bf5b37..8251a50f5f0ed3bff43eeff7a38b34edb7ac6771 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: mem.c,v 1.135 2007/06/18 23:47:44 tbox Exp $ */
+/* $Id: mem.c,v 1.136 2007/10/30 23:30:09 marka Exp $ */
 
 /*! \file */
 
@@ -690,7 +690,8 @@ default_memfree(void *arg, void *ptr) {
 
 static void
 initialize_action(void) {
-        RUNTIME_CHECK(isc_mutex_init(&lock) == ISC_R_SUCCESS);
+       RUNTIME_CHECK(isc_mutex_init(&lock) == ISC_R_SUCCESS);
+       ISC_LIST_INIT(contexts);
 }
 
 /*