Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2020-12-12
2020-12-12 09:27:49 by 0
75c5a1e3d8642b5a3eaa1e0c6a93304a3ba54419 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.0
Fix compile error.
787:
#endif #ifdef DEBUG
-
foreach(configurations
;
Configuration conf) {
+
foreach(configurations
,
Configuration conf) {
foreach(conf->get_providers("handler-done-hook"), RoxenModule mod) { // NB: No need to catch here. Any errors will be get caught // and reported below.