Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2008-09-30
2008-09-30 12:25:13 by Martin Stjernholm <mast@lysator.liu.se>
dde9791585f9aaee08aa6fa2a896e49d68d67245 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Amended.
Rev: server/base_server/roxen.pike:1.994
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
993
2008/09/30 12:
18
:
17
mast Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
994
2008/09/30 12:
25
:
13
mast Exp $";
//! @appears roxen //!
493:
} if (shutdown_recurse++) return;
+
#ifndef NO_SLOW_REQ_BT
// Turn off the backend thread monitor while we're shutting down. slow_be_timeout_changed();
-
+
#endif
if (mixed err = catch(stop_all_configurations())) werror (describe_backtrace (err));