Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2003-10-07
2003-10-07 10:45:07 by Anders Johansson <anders@roxen.com>
718d5f590bfb3064b7772103029caba7af503284 (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
3.4
Added missing TRACE_LEAVE().
Rev: server/base_server/configuration.pike:1.533
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
532
2003/
06/
10
12
:
22
:
14
anders Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
533
2003/
10
/
07
10:
45
:
07
anders Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
2171:
{ /* 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)..];