Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-23
1999-05-23 20:00:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
10d1f2fe97ad17def58625e110e26534a61d7a6e (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/base_server/roxen.pike:1.285
1:
/*
-
* $Id: roxen.pike,v 1.
284
1999/05/
21
14:
20:
35
grubba Exp $
+
* $Id: roxen.pike,v 1.
285
1999/05/
23
20:
00:49
grubba Exp $
* * The Roxen Challenger main program. *
7:
*/ // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
284
1999/05/
21
14:
20:
35
grubba Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
285
1999/05/
23
20:
00:49
grubba Exp $";
object backend_thread; object argcache;
3367:
if (sizeof(configuration_ports)) { // This case happens when you delete the main config port, // but still have others left.
-
main_configuration_port = values(
configurations
_ports)[0];
+
main_configuration_port = values(
configuration
_ports)[0];
} else { report_error(LOCALE->no_config_port()); if(first)