Restore cvs

This commit is contained in:
Michiel Broek
2004-04-29 19:25:14 +00:00
parent 7b8b6ca9ca
commit 2b0a088da4
15 changed files with 193 additions and 249 deletions

View File

@@ -834,6 +834,7 @@ void e_fidomailcfg(void)
errmsg("You have %d nodes defined", CountNoderec());
show_int( 17,16, CFG.toss_systems);
} else {
Syslog('+', "Changing number of systems from %d to %d", CFG.toss_systems, temp);
CFG.toss_systems = temp;
if ((OpenMsgarea() == 0))
CloseMsgarea(TRUE);
@@ -845,6 +846,7 @@ void e_fidomailcfg(void)
errmsg("You have %d groups defined", CountMGroup());
show_int( 18,16, CFG.toss_groups);
} else {
Syslog('+', "Changing number of groups from %d to %d", CFG.toss_groups, temp);
CFG.toss_groups = temp;
if ((OpenNoderec() == 0))
CloseNoderec(TRUE);

View File

@@ -192,7 +192,6 @@ int OpenMsgarea(void)
start = SYSINFO.StartDate;
fclose(fin);
}
InitFidonet();
sprintf(fnin, "%s/etc/mareas.data", getenv("MBSE_ROOT"));
sprintf(fnout, "%s/etc/mareas.temp", getenv("MBSE_ROOT"));

View File

@@ -358,6 +358,7 @@ void initdatabases(void)
InitFilefind();
InitFGroup();
InitFidonetdb();
InitFidonet();
InitHatch();
InitLanguage();
InitLimits();