gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: [transport] copy-paste erro


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: [transport] copy-paste error, nothing to see here
Date: Fri, 16 Jun 2017 02:02:02 +0200

This is an automated email from the git hooks/post-receive script.

david-barksdale pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 576541cc1 [transport] copy-paste error, nothing to see here
576541cc1 is described below

commit 576541cc166763231f822d47e87e6d536b4a4adf
Author: David Barksdale <address@hidden>
AuthorDate: Thu Jun 15 19:01:30 2017 -0500

    [transport] copy-paste error, nothing to see here
    
    So embarassing!
---
 src/transport/plugin_transport_http_server.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/transport/plugin_transport_http_server.c 
b/src/transport/plugin_transport_http_server.c
index 921c6842a..892d97050 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -589,10 +589,10 @@ server_delete_session (struct GNUNET_ATS_Session *s)
     MHD_set_connection_option (s->server_send->mhd_conn,
                                MHD_CONNECTION_OPTION_TIMEOUT,
                                1 /* 0 = no timeout, so this is MIN */);
-    if (s->server_recv->suspended)
+    if (s->server_send->suspended)
     {
-      s->server_recv->suspended = false;
-      MHD_resume_connection (s->server_recv->mhd_conn);
+      s->server_send->suspended = false;
+      MHD_resume_connection (s->server_send->mhd_conn);
     }
     server_reschedule (plugin,
                       s->server_send->mhd_daemon,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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