Diff for /mqtt/src/dl.c between versions 1.1.2.11 and 1.1.2.12

version 1.1.2.11, 2011/11/29 22:42:23 version 1.1.2.12, 2011/11/29 23:23:31
Line 55  mqttLoadRTLM(sl_config *cfg, int modtype) Line 55  mqttLoadRTLM(sl_config *cfg, int modtype)
   
         rtlm = dlopen(str, RTLD_LAZY);          rtlm = dlopen(str, RTLD_LAZY);
         if (!rtlm) {          if (!rtlm) {
                mqttLog("Error:: RTL module not found %s\n", dlerror());                mqttLog("Error:: RTL module %s not found %s\n", str, dlerror());
                 return NULL;                  return NULL;
         }          }
   

Removed from v.1.1.2.11  
changed lines
  Added in v.1.1.2.12


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