comparison libpurple/protocols/msn/slplink.c @ 20426:637e080758a9

Disable building of directconn.c, nothing uses it, it has compile warnings and clearly needs work before it's going to be usable.
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 26 May 2007 14:05:52 +0000
parents 8aa5e490dbf7
children 67cda4e0dac8
comparison
equal deleted inserted replaced
20425:5048651671e1 20426:637e080758a9
110 g_free(slplink->local_user); 110 g_free(slplink->local_user);
111 111
112 if (slplink->remote_user != NULL) 112 if (slplink->remote_user != NULL)
113 g_free(slplink->remote_user); 113 g_free(slplink->remote_user);
114 114
115 #if 0
115 if (slplink->directconn != NULL) 116 if (slplink->directconn != NULL)
116 msn_directconn_destroy(slplink->directconn); 117 msn_directconn_destroy(slplink->directconn);
118 #endif
117 119
118 while (slplink->slp_calls != NULL) 120 while (slplink->slp_calls != NULL)
119 msn_slp_call_destroy(slplink->slp_calls->data); 121 msn_slp_call_destroy(slplink->slp_calls->data);
120 122
121 session->slplinks = 123 session->slplinks =