[netfilter-cvslog] r4319 - trunk/nfsim/kernelenv

rusty at netfilter.org rusty at netfilter.org
Thu Oct 6 14:30:46 CEST 2005


Author: rusty at netfilter.org
Date: 2005-10-06 14:30:45 +0200 (Thu, 06 Oct 2005)
New Revision: 4319

Modified:
   trunk/nfsim/kernelenv/proc_stuff.c
Log:
Reset __proc_ctx to NULL to avoid talloc assert in proc_init when ignoring proc issues.


Modified: trunk/nfsim/kernelenv/proc_stuff.c
===================================================================
--- trunk/nfsim/kernelenv/proc_stuff.c	2005-10-06 09:39:34 UTC (rev 4318)
+++ trunk/nfsim/kernelenv/proc_stuff.c	2005-10-06 12:30:45 UTC (rev 4319)
@@ -951,6 +951,7 @@
 		suppress_failtest++;
 		/* Free and reinitialize, so it's like before. */
 		talloc_free(__proc_ctx);
+		__proc_ctx = NULL;
 		memset(&proc_root, 0, sizeof(proc_root));
 		proc_init();
 		suppress_failtest--;




More information about the netfilter-cvslog mailing list