Roxen.git/
server/
base_server/
module.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-12
2004-05-12 20:20:44 by Martin Stjernholm <mast@lysator.liu.se>
7fe7b05133110fec4137d56694600145627e45c6 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fix.
Rev: server/base_server/module.pike:1.203
1:
// This file is part of Roxen WebServer. // Copyright © 1996 - 2001, Roxen IS.
-
// $Id: module.pike,v 1.
202
2004/05/12 20:
12
:
52
mast Exp $
+
// $Id: module.pike,v 1.
203
2004/05/12 20:
20
:
44
mast Exp $
#include <module_constants.h> #include <module.h>
1354:
// // So if the failure was on the root destination resource we // have to convert it to a multi-status.
-
result->add_status (destination, res);
+
result->add_status (destination, res
->error, res->rettext
);
} return ([]); #endif