Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-29
2000-08-29 23:54:23 by Per Hedbor <ph@opera.com>
33fd7b7f31c256228fd77e0ada62900895ce793e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Call the callbacks, don't only loop over them...
Rev: server/base_server/configuration.pike:1.356
1:
// A vitual server's main configuration // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: configuration.pike,v 1.
355
2000/08/29
18
:
24
:
51
wellhard
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
356
2000/08/29
23
:
54
:
23
per
Exp $";
constant is_configuration = 1; #include <module.h> #include <module_constants.h>
2747:
describe_backtrace( q ) ); foreach( after_init_hooks, function q )
-
if( mixed w = catch( q ) )
+
if( mixed w = catch( q
(this_object())
) )
report_error( "While calling after_init_hook %O:\n%s", q, describe_backtrace( w ) );