gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8170 - Extractor/src/main


From: gnunet
Subject: [GNUnet-SVN] r8170 - Extractor/src/main
Date: Mon, 2 Feb 2009 08:46:02 -0700 (MST)

Author: grothoff
Date: 2009-02-02 08:46:02 -0700 (Mon, 02 Feb 2009)
New Revision: 8170

Modified:
   Extractor/src/main/extractor.c
Log:
fixing 1394

Modified: Extractor/src/main/extractor.c
===================================================================
--- Extractor/src/main/extractor.c      2009-02-02 07:26:39 UTC (rev 8169)
+++ Extractor/src/main/extractor.c      2009-02-02 15:46:02 UTC (rev 8170)
@@ -1,6 +1,6 @@
 /*
      This file is part of libextractor.
-     (C) 2002, 2003, 2004, 2005, 2006 Vidyut Samanta and Christian Grothoff
+     (C) 2002, 2003, 2004, 2005, 2006, 2009 Vidyut Samanta and Christian 
Grothoff
 
      libextractor is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -790,20 +790,14 @@
             void **libHandle,
             ExtractMethod * method)
 {
-#if 0
   lt_dladvise advise;
-#endif
 
   LTDL_MUTEX_LOCK
-#if 0
   lt_dladvise_init(&advise);
   lt_dladvise_ext(&advise);
   lt_dladvise_local(&advise);
-  *libHandle = lt_dlopenadvise (name, &advise);
+  *libHandle = lt_dlopenadvise (name, advise);
   lt_dladvise_destroy(&advise);
-#else
-  *libHandle = lt_dlopenext (name);
-#endif
   if (*libHandle == NULL)
     {
 #if DEBUG





reply via email to

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