Diff for /mqtt/src/pubmqtt.c between versions 1.1.2.15 and 1.1.2.16

version 1.1.2.15, 2011/12/13 10:12:36 version 1.1.2.16, 2011/12/14 12:45:30
Line 39  mqtt_rtlm_open(sl_config *cfg) Line 39  mqtt_rtlm_open(sl_config *cfg)
         if (!cfg)          if (!cfg)
                 return NULL;                  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"));          str = (const char*) cfg_GetAttribute(cfg, CFG("mqtt_pub"), CFG("name"));
         if (!str) {          if (!str) {

Removed from v.1.1.2.15  
changed lines
  Added in v.1.1.2.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>