Mercurial > pidgin.yaz
changeset 24994:b3015da48886
merge of 'a2f94e06ea53c95077731e0833699222e6050fd0'
and 'b20c44775e2aa1c5bc5e36f7f94adafc5c67b3fd'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 25 Jan 2009 20:51:41 +0000 |
parents | 859e5b3f5c47 (diff) 681e58ea3a9b (current diff) |
children | a8db457c421a b7d40ccd9997 |
files | |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpcall.c Sun Jan 25 02:00:03 2009 +0000 +++ b/libpurple/protocols/msn/slpcall.c Sun Jan 25 20:51:41 2009 +0000 @@ -239,6 +239,10 @@ msn_slpcall_session_init(slpcall); } #endif + else if (slpmsg->flags == 0x2) + { + /* Acknowledgement of previous message. Don't do anything currently. */ + } else purple_debug_warning("msn", "Unprocessed SLP message with flags 0x%08lx\n", slpmsg->flags);