Module Name:    src
Committed By:   christos
Date:           Thu Mar 28 20:14:19 UTC 2013

Modified Files:
        src/sys/external/bsd/ipf/netinet: ip_log.c

Log Message:
Destroying the mutex once is enough.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/ipf/netinet/ip_log.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/ipf/netinet/ip_log.c
diff -u src/sys/external/bsd/ipf/netinet/ip_log.c:1.5 src/sys/external/bsd/ipf/netinet/ip_log.c:1.6
--- src/sys/external/bsd/ipf/netinet/ip_log.c:1.5	Wed Mar 27 19:49:02 2013
+++ src/sys/external/bsd/ipf/netinet/ip_log.c	Thu Mar 28 16:14:18 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: ip_log.c,v 1.5 2013/03/27 23:49:02 christos Exp $	*/
+/*	$NetBSD: ip_log.c,v 1.6 2013/03/28 20:14:18 christos Exp $	*/
 
 /*
  * Copyright (C) 2012 by Darren Reed.
@@ -9,7 +9,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_log.c,v 1.5 2013/03/27 23:49:02 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_log.c,v 1.6 2013/03/28 20:14:18 christos Exp $");
 
 #include <sys/param.h>
 #if defined(KERNEL) || defined(_KERNEL)
@@ -352,7 +352,6 @@ ipf_log_soft_destroy(ipf_main_softc_t *s
 # if SOLARIS && defined(_KERNEL)
 		cv_destroy(&softl->ipl_wait[i]);
 # endif
-		MUTEX_DESTROY(&softl->ipl_mutex[i]);
 	}
 
 	if (softl->ipf_log_tune != NULL) {

Reply via email to