changes in notify_shutdown

This commit is contained in:
psyc://psyced.org/~lynX 2013-11-16 03:05:47 +01:00
parent 202bfdd99a
commit 1ffd6729fa
4 changed files with 7 additions and 9 deletions

View File

@ -270,7 +270,7 @@ void notify_shutdown(string crash_reason) {
object o;
int i;
P3(("notify_shutdown(%O) from %O\n", crash_reason, previous_object()))
P0(("notify_shutdown(%O) from %O\n", crash_reason, previous_object()))
if (previous_object() && previous_object() != this_object())
return;
#if DEBUG > 0
@ -282,7 +282,8 @@ void notify_shutdown(string crash_reason) {
#endif
// walk thru the shutdown path a third time in case this is a
// shutdown by kill -1 process.
SIMUL_EFUN_FILE -> server_shutdown(4404, 2);
SIMUL_EFUN_FILE -> server_shutdown("notify_shutdown: "+ crash_reason,
4404, 2);
// save_wiz_file();
}
@ -290,7 +291,7 @@ void notify_shutdown(string crash_reason) {
void slow_shut_down(int minutes) {
SIMUL_EFUN_FILE -> shout(0, "_notice_broadcast_shutdown_panic",
"Server is slowly running out of memory. Restart imminent.");
SIMUL_EFUN_FILE -> server_shutdown(1, 0);
SIMUL_EFUN_FILE -> server_shutdown("slow_shut_down: "+ minutes, 1);
}
// called by driver at shutdown for every user

View File

@ -266,7 +266,7 @@ htget(prot, query, headers, qs) {
s += "<b>Your chatserver is being restarted.</b>";
// write at the bottom wouldn't be called after shutdown, would it?
write(s);
shutdown();
server_shutdown("restart by web configuration", 1);
return 1;
case "list_udp":
{

View File

@ -626,7 +626,7 @@ sName2(a) {
"Object could not be restored!");
#ifdef PANIC_ON_NO_ADMIN
shutdown();
server_shutdown("could not restore admin");
#endif
destruct(ME);
return 0;
@ -687,7 +687,7 @@ sName2(a) {
"You are registered as admin, but I could not restore your data!");
// raise_error("boss without password\n");
#ifdef PANIC_ON_NO_ADMIN
shutdown();
server_shutdown("could not restore admin");
#endif
destruct(ME);
return 0;

View File

@ -215,9 +215,6 @@ int logon(int neverfails) {
"Your cipher choice does not provide forward secrecy.",
([ "_circuit_encryption_cipher": t ]));
QUIT
}
}
}
if (mappingp(cert = tls_certificate(ME, 0))) {
if (cert[0] != 0) {