Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-20
1999-05-20 02:30:35 by David Hedbor <david@hedbor.org>
fd8b15f1c0028bbe2185bcbdbca368938d689eb3 (
9
lines) (+
4
/-
5
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed MODULE_FIRST handling.
Rev: server/base_server/configuration.pike:1.193
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
192
1999/05/
18
21
:
46
:
13
mast
Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
193
1999/05/
20
02
:
30
:
35
neotron
Exp $";
#include <module.h> #include <roxen.h>
1653:
} }
-
file = get_file(id)
;
-
-
if(!mappingp(file
))
+
if(!mappingp(
file
)
&& !mappingp(file
= get_file(id)))
{ mixed ret; foreach(last_modules(id), funp) if(ret = funp(id)) break;