gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1622 - GNUnet/src/util


From: durner
Subject: [GNUnet-SVN] r1622 - GNUnet/src/util
Date: Sat, 6 Aug 2005 12:48:48 -0700 (PDT)

Author: durner
Date: 2005-08-06 12:48:45 -0700 (Sat, 06 Aug 2005)
New Revision: 1622

Modified:
   GNUnet/src/util/configuration.c
Log:
unlock

Modified: GNUnet/src/util/configuration.c
===================================================================
--- GNUnet/src/util/configuration.c     2005-08-06 19:16:56 UTC (rev 1621)
+++ GNUnet/src/util/configuration.c     2005-08-06 19:48:45 UTC (rev 1622)
@@ -682,6 +682,8 @@
        if (! found && parseConfigInit == YES)
                found = cfg_exists(section, option);
 
+  MUTEX_UNLOCK(&configLock);
+
        return found;
 }
 





reply via email to

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