Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-21
1999-05-21 14:20:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
74dca63cc4c87225f890eecf96a3ee82967aac47 (
17
lines) (+
12
/-
5
)
[
Show
|
Annotate
]
Branch:
5.2
Improved diagnostics.
Rev: server/base_server/roxen.pike:1.284
1:
/*
-
* $Id: roxen.pike,v 1.
283
1999/05/
19
09
:
32
:
16
peter
Exp $
+
* $Id: roxen.pike,v 1.
284
1999/05/
21
14
:
20
:
35
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.
283
1999/05/
19
09
:
32
:
16
peter
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
284
1999/05/
21
14
:
20
:
35
grubba
Exp $";
object backend_thread; object argcache;
3364:
} if(!main_configuration_port) {
+
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];
+
} else {
report_error(LOCALE->no_config_port()); if(first) exit( -1 ); // Restart. } }
-
+
}
#include <stat.h> // Find all modules, so a list of them can be presented to the // user. This is not needed when the server is started.