missing bit from last overchan patch...

Richard Todd rmtodd at skywalker.ecn.ou.edu
Wed Jul 21 02:44:56 UTC 1999


Apparently a bit got left out of my last overchan patch, as I noticed when 
grabbing the current sources.  innconf.h needs to be patched to add the
new "useoverchan" param.

Index: include/innconf.h
===================================================================
RCS file: /home/rmtodd/TempCVS/Temp-CVS-Repository/inn-current/include/innconf.h,v
retrieving revision 1.1.1.7
diff -u -r1.1.1.7 innconf.h
--- innconf.h	1999/07/21 02:19:38	1.1.1.7
+++ innconf.h	1999/07/21 02:38:57
@@ -332,7 +332,10 @@
     { _CONF_WIREFORMAT,				"",	2, 1 },
 #define _CONF_OVMETHOD				"ovmethod"
 #define CONF_VAR_OVMETHOD			103
-    { _CONF_OVMETHOD,				"",	1, 1 }
+    { _CONF_OVMETHOD,				"",	1, 1 },
+#define _CONF_USEOVERCHAN			"useoverchan"
+#define CONF_VAR_USEOVERCHAN			104
+    { _CONF_USEOVERCHAN,			"",	1, 1 }
 };
-#define MAX_CONF_VAR 104
+#define MAX_CONF_VAR 105
 


More information about the inn-patches mailing list