gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r16817 - libmicrohttpd/src/daemon
Date: Tue, 13 Sep 2011 16:07:25 +0200

Author: grothoff
Date: 2011-09-13 16:07:25 +0200 (Tue, 13 Sep 2011)
New Revision: 16817

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

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2011-09-13 13:56:03 UTC (rev 
16816)
+++ libmicrohttpd/src/daemon/connection.c       2011-09-13 14:07:25 UTC (rev 
16817)
@@ -311,16 +311,11 @@
                              &connection->client_context,
                              termination_code);
   connection->client_aware = MHD_NO;
-  if (pos->response != NULL)
+  if (connection->response != NULL)
     {
-      MHD_destroy_response (pos->response);
-      pos->response = NULL;
+      MHD_destroy_response (connection->response);
+      connection->response = NULL;
     }
-  if (pos->response != NULL)
-    {
-      MHD_destroy_response (pos->response);
-      pos->response = NULL;
-    }
 }
 
 




reply via email to

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