Diff for /mqtt/src/dl.c between versions 1.2.2.1 and 1.2.2.2

version 1.2.2.1, 2012/02/01 15:04:24 version 1.2.2.2, 2012/02/01 15:44:40
Line 99  mqttLoadRTLM(sl_config *cfg, int modtype) Line 99  mqttLoadRTLM(sl_config *cfg, int modtype)
                         call.DeletePUB_subscribe = dlsym(rtlm, "mqtt_rtlm_delete_subscribe");                          call.DeletePUB_subscribe = dlsym(rtlm, "mqtt_rtlm_delete_subscribe");
                         if (!call.InitSessPUB || !call.FiniSessPUB || !call.ChkSessPUB ||                           if (!call.InitSessPUB || !call.FiniSessPUB || !call.ChkSessPUB || 
                                         !call.WritePUB_topic || !call.ReadPUB_topic ||                                           !call.WritePUB_topic || !call.ReadPUB_topic || 
                                        !call.DeletePUB_topic) {                                        !call.DeletePUB_topic || !call.WritePUB_subscribe || 
                                         !call.ReadPUB_subscribe || !call.DeletePUB_subscribe) {
                                 mqttLog("Error:: incorrect module ...\n");                                  mqttLog("Error:: incorrect module ...\n");
                                 dlclose(rtlm);                                  dlclose(rtlm);
                                 return NULL;                                  return NULL;

Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2


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