gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9199 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r9199 - gnunet/src/util
Date: Mon, 19 Oct 2009 05:42:55 -0600

Author: grothoff
Date: 2009-10-19 05:42:54 -0600 (Mon, 19 Oct 2009)
New Revision: 9199

Modified:
   gnunet/src/util/plugin.c
Log:
unload again

Modified: gnunet/src/util/plugin.c
===================================================================
--- gnunet/src/util/plugin.c    2009-10-19 11:42:33 UTC (rev 9198)
+++ gnunet/src/util/plugin.c    2009-10-19 11:42:54 UTC (rev 9199)
@@ -232,7 +232,7 @@
     plugins = pos->next;
   else
     prev->next = pos->next;
-  // lt_dlclose (pos->handle);
+  lt_dlclose (pos->handle);
   GNUNET_free (pos->name);
   GNUNET_free (pos);
   return ret;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]