Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2003-10-07
2003-10-07 10:45:08 by Anders Johansson <anders@roxen.com>
8b44dea8a8c43d0259c2402551c624908ac68fcf (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Added missing TRACE_LEAVE().
Rev: server/base_server/configuration.pike:1.542
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
541
2003/
09
/
18
17
:
17
:
26
mast
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
542
2003/
10
/
07
10
:
45
:
08
anders
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
2172:
{ /* file == loc + subpath */ #ifdef MODULE_LEVEL_SECURITY
-
if(check_security(tmp[1], id)) continue;
+
if(check_security(tmp[1], id))
{
+
TRACE_LEAVE("Security check failed.");
+
continue;
+
}
#endif RoxenModule c = function_object(tmp[1]); string f = file[strlen(loc)..];