[OpenSIPS-Devel] Fix missed semicolon

John Khvatov ivaxer at gmail.com
Wed Sep 8 17:17:26 CEST 2010


Hello all!

Patch attached.

-- 
WBR, John Khvatov
-------------- next part --------------
diff -up opensips-1.6.3-tls/modules/localcache/hash.c.orig opensips-1.6.3-tls/modules/localcache/hash.c
--- opensips-1.6.3-tls/modules/localcache/hash.c.orig	2010-09-08 16:23:52.000000000 +0200
+++ opensips-1.6.3-tls/modules/localcache/hash.c	2010-09-08 16:23:56.000000000 +0200
@@ -82,7 +82,7 @@ void lcache_htable_destroy(void)
 
 	for(i = 0; i< cache_htable_size; i++)
 	{
-		lock_destroy(&cache_htable[i].lock)
+		lock_destroy(&cache_htable[i].lock);
 		me1 = cache_htable[i].entries;
 		while(me1)
 		{


More information about the Devel mailing list