Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-30
2000-03-30 23:13:09 by Martin Nilsson <mani@lysator.liu.se>
a8ee43b14e260399dd939220765408a04717ea2b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed configifcache-bug
Rev: server/base_server/roxen.pike:1.472
4:
// 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.
471
2000/03/30 13:
50:49
nilsson Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
472
2000/03/30
23:
13:
09
nilsson Exp $";
object backend_thread; ArgCache argcache;
1890:
if(!(f=open( dir + replace( name, "/", "-" ), "wct" ))) { mkdirhier( dir+"/foo" );
-
if(!f
->
open( dir + replace( name, "/", "-" ), "wct" ))
+
if(!
(
f
=
open( dir + replace( name, "/", "-" ), "wct" ))
)
{ report_error("Failed to create administration interface cache file ("+ dir + replace( name, "/", "-" )+") "+