[netfilter-cvslog] r4345 - trunk/nfsim/core

rusty at netfilter.org rusty at netfilter.org
Tue Oct 11 13:15:22 CEST 2005


Author: rusty at netfilter.org
Date: 2005-10-11 13:15:22 +0200 (Tue, 11 Oct 2005)
New Revision: 4345

Modified:
   trunk/nfsim/core/core.c
Log:
Fix typo which breaks compile core.c:471

Modified: trunk/nfsim/core/core.c
===================================================================
--- trunk/nfsim/core/core.c	2005-10-11 10:56:35 UTC (rev 4344)
+++ trunk/nfsim/core/core.c	2005-10-11 11:15:22 UTC (rev 4345)
@@ -468,7 +468,7 @@
 		talloc_free(path);
 		module_path = talloc_asprintf(NULL, "%s/nfsim", LIBDIR);
 		extension_path = talloc_asprintf(NULL, ".:%s/extensions:%s",
-						 LIBDIR, getenv("PATH");
+						 LIBDIR, getenv("PATH"));
 	} else {
 		char *oldpath, *path;
 




More information about the netfilter-cvslog mailing list