INN commit: branches/2.4/innd (python.c)

INN Commit Russ_Allbery at isc.org
Tue Jun 10 17:30:02 UTC 2008


    Date: Tuesday, June 10, 2008 @ 10:30:01
  Author: iulius
Revision: 7876

Fix the name of a variable used in Python filters.

Modified:
  branches/2.4/innd/python.c

----------+
 python.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: python.c
===================================================================
--- python.c	2008-06-10 17:11:07 UTC (rev 7875)
+++ python.c	2008-06-10 17:30:01 UTC (rev 7876)
@@ -628,7 +628,7 @@
      *     (this will bind the name to the partially initialized module object)
      *     before you can reload() it.
      */
-    PYFilterModule = PyImport_ImportModule((char *) INN_PATH_PYTHON_STARTUP_M);
+    PYFilterModule = PyImport_ImportModule((char *) _PATH_PYTHON_STARTUP_M);
     if (PYFilterModule == NULL) {
         syslog(L_ERROR, "failed to reimport external python module");
     }



More information about the inn-committers mailing list