--- mqtt/src/dl.c 2011/11/24 00:08:56 1.1.2.5 +++ mqtt/src/dl.c 2011/11/24 01:13:27 1.1.2.6 @@ -77,6 +77,7 @@ mqttLoadRTLM(sl_config *cfg, int modtype) acc_rtlm = rtlm; call.OpenACC = mqttOpenRTLM; call.CloseACC = mqttCloseRTLM; + call.LoginACC = dlsym(rtlm, "mqtt_rtlm_login"); break; case 1: pub_rtlm = rtlm;