gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8334 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r8334 - libmicrohttpd/src/daemon
Date: Tue, 17 Mar 2009 00:52:37 -0600

Author: grothoff
Date: 2009-03-17 00:52:37 -0600 (Tue, 17 Mar 2009)
New Revision: 8334

Modified:
   libmicrohttpd/src/daemon/daemon.c
Log:
fix

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2009-03-17 03:05:18 UTC (rev 8333)
+++ libmicrohttpd/src/daemon/daemon.c   2009-03-17 06:52:37 UTC (rev 8334)
@@ -203,6 +203,7 @@
   /* If we got an existing node back, free the one we created */
   if (node != key)
     free(key);
+  key = (struct MHD_IPCount*)node;
 
   /* Test if there is room for another connection; if so,
    * increment count */





reply via email to

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