--- mqtt/src/pubmqtt.c 2011/12/13 10:12:36 1.1.2.15 +++ mqtt/src/pubmqtt.c 2011/12/14 12:45:30 1.1.2.16 @@ -39,7 +39,10 @@ mqtt_rtlm_open(sl_config *cfg) if (!cfg) return NULL; - sqlite3_config(SQLITE_CONFIG_SERIALIZED); + /* + if (!sqlite3_threadsafe() || sqlite3_config(SQLITE_CONFIG_SERIALIZED)) + return NULL; + */ str = (const char*) cfg_GetAttribute(cfg, CFG("mqtt_pub"), CFG("name")); if (!str) {