<div dir="ltr"><div>hello,<br></div><div>   when m_dump() function is called as user gets online, the function i.e=m_dump() sends multiple copies of same message,can anyone please provide way to stop m_dump() sending multiple copies of same message.<br></div><div><br>I am providing the code of m_dump function<br><br><br> if (m_dump("$fu"))<br>                 {<br>                              <wbr>  xlog("L_INFO","MSILO: offline messages dumped - if they were\n");<br>                  }else{<br>                              <wbr>  xlog("L_INFO","MSILO: no offline messages dumped\n");<br>                 };</div></div>