core cleanup: remove current_service & ssl_connect_failure callbacks
commit463cb2d7ddb68f27b7626175e2ca6e213dab6b1f
authorStefan Becker <stefan.becker@nokia.com>
Sat, 24 Apr 2010 18:33:33 +0000 (24 21:33 +0300)
committerStefan Becker <stefan.becker@nokia.com>
Sat, 24 Apr 2010 18:33:33 +0000 (24 21:33 +0300)
tree3bc45ebd93d6724666685e26e12560a11ee39a46
parent8553a5542aef2da7891408e1031b7719ecd122e2
core cleanup: remove current_service & ssl_connect_failure callbacks

Remove buggy global variable current_service. We have to find another way to
implement its functionality if it is really needed (which I doubt).

This removes the need for the SSL connect failure callbacks, which have been
removed.
src/api/sipe-core.h
src/core/http-conn.c
src/core/sip-transport.c
src/purple/purple-transport.c