kim_ui_plugin_fini sends pointer to context instead of context
authorAlexandra Ellwood <lxs@mit.edu>
Fri, 10 Oct 2008 20:50:48 +0000 (20:50 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Fri, 10 Oct 2008 20:50:48 +0000 (20:50 +0000)
ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20862 dc483132-0cff-0310-8789-dd5450dbe970

src/kim/lib/kim_ui_plugin.c

index 0a00150e12cd00dd406818f1e77a75a320399d0e..9b9675353ffaeffc5f578be9e28241161636895a 100644 (file)
@@ -331,7 +331,7 @@ kim_error kim_ui_plugin_fini (kim_ui_context *io_context)
         kim_ui_plugin_context context = (kim_ui_plugin_context) io_context->tcontext;
         
         if (context) {
-            err = context->ftable->fini (&context->plugin_context);
+            err = context->ftable->fini (context->plugin_context);
         }
 
         if (!err) {