From fef36df7c49e5cbfade4ff83a1115cac7ef2b82a Mon Sep 17 00:00:00 2001 From: Piotr Piastucki Date: Sun, 17 May 2015 11:54:08 +0000 Subject: Only propagate Skype contacts on Forward list, there seems to be a server error when propagating other (MSN) contacts. git-svn-id: http://svn.miranda-ng.org/main/trunk@13664 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_lists.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols') diff --git a/protocols/MSN/src/msn_lists.cpp b/protocols/MSN/src/msn_lists.cpp index ad94802bb7..6f7b6384fd 100644 --- a/protocols/MSN/src/msn_lists.cpp +++ b/protocols/MSN/src/msn_lists.cpp @@ -306,6 +306,7 @@ void CMsnProto::MSN_CreateContList(void) cxml.AppendFormat("", C.email, C.netId, list, list, list, list); used[j] = true; } + /* Seems to be unused in Skype and causing errors else if (dom != NULL && lastds != NULL && _stricmp(lastds, dom) == 0) { if (newdom) { cxml.AppendFormat("", lastds + 1); @@ -317,6 +318,7 @@ void CMsnProto::MSN_CreateContList(void) *(char*)dom = '@'; used[j] = true; } + */ } if (!newdom) cxml.Append(lastds ? "" : ""); } -- cgit v1.2.3