# HG changeset patch # User Christian Hammond # Date 1064879904 0 # Node ID a671a28bc50bb15d7f9ca2669ab1cb113bee73d9 # Parent ccadd1da839b039ac98be5071f61c149ca720e3e [gaim-migrate @ 7604] Yeah, SimGuy, I screwed that one up too. Thanks. Now the world knows, and I'll never get that job at Burger King :( committer: Tailor Script diff -r ccadd1da839b -r a671a28bc50b plugins/ssl/ssl.c --- a/plugins/ssl/ssl.c Mon Sep 29 23:55:27 2003 +0000 +++ b/plugins/ssl/ssl.c Mon Sep 29 23:58:24 2003 +0000 @@ -68,7 +68,7 @@ plugin_unload(GaimPlugin *plugin) { if (ssl_plugin != NULL && - g_list_find(gaim_plugins_get_loaded(), plugin) != NULL) + g_list_find(gaim_plugins_get_loaded(), ssl_plugin) != NULL) { gaim_plugin_unload(ssl_plugin); }