pidgin: 73ccd004: Remove DC stuff from SLP stuff that I sh...

qulogic at pidgin.im qulogic at pidgin.im
Sun Jan 9 03:35:43 EST 2011


----------------------------------------------------------------------
Revision: 73ccd00435b91c0dac1b62b404a50b7d650e88d6
Parent:   1b54184598c4fc72bfc21cd111a6c15b7e4d0f31
Author:   qulogic at pidgin.im
Date:     01/06/11 00:35:23
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/73ccd00435b91c0dac1b62b404a50b7d650e88d6

Changelog: 

Remove DC stuff from SLP stuff that I should have done with the other
change.

Changes against parent 1b54184598c4fc72bfc21cd111a6c15b7e4d0f31

  patched  libpurple/protocols/msn/slpcall.c

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/slpcall.c	d4ea65081df5ae275523f39429e97495b433d2c5
+++ libpurple/protocols/msn/slpcall.c	15fc6612d80f0f9f664dc8525e7c885036fe05a9
@@ -1142,15 +1142,6 @@ msn_slp_process_msg(MsnSlpLink *slplink,
 			slpcall->wasted = TRUE;
 		}
 	}
-#if 0
-	else if (slpmsg->header->flags == 0x100)
-	{
-		slpcall = slplink->directconn->initial_call;
-
-		if (slpcall != NULL)
-			msn_slpcall_session_init(slpcall);
-	}
-#endif
 	else if (slpmsg->header->flags == P2P_ACK)
 	{
 		/* Acknowledgement of previous message. Don't do anything currently. */


More information about the Commits mailing list