will, this be added to CVS?

Rayson Lee wrote:
Dear list,

I always get the captioned Warning message after sending a WAP Push message. I found the message was caused by receiving an ack so it’s very easy to get rid of the warning, just add the checking before logging the warning message in wapbox.c.

      } else if (msg_type == ack) {

                     // do nothing

           } else {

            warning(0, "Received other message than wdp/admin, ignoring!");

        }

        msg_destroy(msg);

Hope it helps.

Rayson Lee

InnoAge Hong Kong Limited



Reply via email to