Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-28
1998-05-28 00:08:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b5887c6f53caf6921e1c6c4a0999b35c7c83b9c2 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/base_server/configuration.pike:1.136
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
135
1998/05/
27
22
:
10
:
38
grubba Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
136
1998/05/
28
00
:
08
:
29
grubba Exp $";
#include <module.h> #include <roxen.h>
370:
// return the first positive response. mixed call_provider(string provides, string fun, mixed ... args) {
-
foreach(get_providers(
providers
), object mod) {
+
foreach(get_providers(
provides
), object mod) {
function f; if(objectp(mod) && functionp(f = mod[fun])) { mixed error;