Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-12
2000-09-12 22:04:06 by Per Hedbor <ph@opera.com>
40f064ac67b5a5b0bf8cddbab2c00704d83edfb2 (
11
lines) (+
10
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Works around [Bug
240 (#240)
]
Rev: server/base_server/configuration.pike:1.367
1:
// A vitual server's main configuration // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: configuration.pike,v 1.
366
2000/09/
10
17
:
19
:
01
nilsson
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
367
2000/09/
12
22
:
04
:
06
per
Exp $";
constant is_configuration = 1; #include <module.h> #include <module_constants.h>
2296:
ModuleInfo moduleinfo, ModuleCopies module ) {
+
if(!me) return;
+
if(!moduleinfo) return;
+
if(!module) return;
+
call_low_start_callbacks( me, moduleinfo, module ); mixed err;
2331:
ModuleInfo moduleinfo, ModuleCopies module ) {
+
if(!me) return;
+
if(!moduleinfo) return;
+
if(!module) return;
+
int module_type = moduleinfo->type, pr; mixed err; if (err = catch(pr = me->query("_priority")))