http://bugzilla.moblin.org/show_bug.cgi?id=6175
--- Comment #14 from pohly <[email protected]> 2010-03-15 05:49:55 PST --- The problem is that neither PassSan() nor GetHeader() return an error code in this check here: int mode = (message_type == TransportAgent::m_contentTypeServerAlertedNotificationDS) ? 2 : 1; if (san.PassSan(const_cast<uint8_t *>(message.second), message.first, mode) || san.GetHeader()) { As a result, we end up treating a normal SyncML message from a client as if it was a SAN message. Mode is 1 here. So this is might be a regression introduced by SAN 1.1 support (bug #9312). See also the bug #10120. -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
