gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14245 - in libmicrohttpd: . src/daemon


From: gnunet
Subject: [GNUnet-SVN] r14245 - in libmicrohttpd: . src/daemon
Date: Mon, 24 Jan 2011 16:37:17 +0100

Author: grothoff
Date: 2011-01-24 16:37:17 +0100 (Mon, 24 Jan 2011)
New Revision: 14245

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/src/daemon/daemon.c
Log:
fixing 1646

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2011-01-24 15:17:39 UTC (rev 14244)
+++ libmicrohttpd/ChangeLog     2011-01-24 15:37:17 UTC (rev 14245)
@@ -1,3 +1,6 @@
+Mon Jan 24 16:36:35 CET 2011
+       Fixing compilation error if DAUTH_SUPPORT was 0 (#1646). -CG/bplant
+
 Tue Jan 18 23:58:09 CET 2011
        Fixing hash calculation in digest auth; old function had
        collisions causing the browser to challenge users for

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2011-01-24 15:17:39 UTC (rev 14244)
+++ libmicrohttpd/src/daemon/daemon.c   2011-01-24 15:37:17 UTC (rev 14245)
@@ -1793,8 +1793,10 @@
       MHD_DLOG (retVal,
                "MHD poll support only works with 
MHD_USE_THREAD_PER_CONNECTION\n");
 #endif
+#if DAUTH_SUPPORT
       free (retVal->nnc);
       pthread_mutex_destroy (&retVal->nnc_lock);
+#endif
       free (retVal);
       return NULL;
     }




reply via email to

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