changeset 7041:a671a28bc50b

[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 <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:58:24 +0000
parents ccadd1da839b
children d3f8aa123372
files plugins/ssl/ssl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 	}