Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-15
1999-11-15 03:27:43 by Per Hedbor <ph@opera.com>
0ce25d9f29f944f487c3d2bbb3bf1e0fb6a981b0 (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
5.2
Avoid infinite recursion
Rev: server/base_server/configuration.pike:1.221
3:
* (C) 1996, 1999 Idonex AB. */
-
constant cvs_version = "$Id: configuration.pike,v 1.
220
1999/11/
10
04
:
54
:
04
per Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
221
1999/11/
15
03
:
27
:
43
per Exp $";
#include <module.h> #include <roxen.h> #include <request_trace.h>
2210:
moduleinfo = roxen->find_module( modname );
-
+
if (!moduleinfo) { #ifdef MODULE_DEBUG
2768:
{ int wr; foreach (mods, string mod)
-
if( (now && !modules[ mod ])
-
||
!enabled_modules[ mod+"#0" ] )
+
if( (
(
now && !modules[ mod ])
||
+
!enabled_modules[ mod+"#0" ] )
+
&& !forcibly_added[ mod+"#0" ])
#ifdef MODULE_DEBUG { if( !wr++ )