Fixed schemarouter not storing queries received before database mapping was done.

This commit is contained in:
Markus Makela
2015-03-12 18:05:30 +02:00
parent 2748fcb2ec
commit 5fa4e3299b
2 changed files with 46 additions and 31 deletions

View File

@ -41,7 +41,8 @@ typedef enum init_mask
{
INIT_READY = 0x0,
INIT_MAPPING = 0x1,
INIT_USE_DB = 0x02
INIT_USE_DB = 0x02,
INIT_UNINT = 0x04
} init_mask_t;