comparison plugins/ssl/ssl-nss.c @ 7050:e8cd8827fb25

[gaim-migrate @ 7613] Try unsetting the SSL I/O ops before unloading a plugin, so we don't have garbage sitting around. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 02:41:09 +0000
parents b80c7a4dfae7
children e885d4963a68
comparison
equal deleted inserted replaced
7049:167a92baeae6 7050:e8cd8827fb25
265 } 265 }
266 266
267 static gboolean 267 static gboolean
268 plugin_unload(GaimPlugin *plugin) 268 plugin_unload(GaimPlugin *plugin)
269 { 269 {
270 #ifdef HAVE_GNUTLS
271 gaim_ssl_set_ops(NULL);
272 #endif
273
270 return TRUE; 274 return TRUE;
271 } 275 }
272 276
273 static GaimPluginInfo info = 277 static GaimPluginInfo info =
274 { 278 {