PennMUSH Community

Ticket #7653 (new incoming)

Opened 2 months ago

Last modified 2 months ago

No init_chatdb() call when using minimal db

Reported by: anonymous Assigned to:
Priority: minor Milestone: 1.8.2p9
Keywords: Cc:
Visibility: Public

Description

When calling init_game_dbs, an error in reading the game DB results in creating of the minimal DB and an immediate return. At that point it skips calling init_chatdb. The result is that, until @shutdown/reboot or similar, channel creation is impossible, and an erroneous error message is returned: CHAT: No more memory for channels!

The simplest way to fix it is probably putting an init_chatdb() between both instances of 'create_minimal_db(); return 0;', in init_game_dbs() in game.c (around line 820).

Change History

07/06/08 17:52:52 changed by ehearn

  • milestone set to 1.8.2p9.