gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: fix NPE (COV 164294)


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix NPE (COV 164294)
Date: Fri, 10 Mar 2017 16:42:15 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new d9461187 fix NPE (COV 164294)
d9461187 is described below

commit d946118778d04839f928886f4463d3f43f5b3568
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 10 16:43:47 2017 +0100

    fix NPE (COV 164294)
---
 src/microhttpd/daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 98f17192..f93dbd21 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -5792,7 +5792,7 @@ close_all_connections (struct MHD_Daemon *daemon)
           else if (used_tls &&
                    used_thr_p_c &&
                    (! susp->urh->clean_ready) )
-            shutdown (urh->app.socket,
+            shutdown (susp->urh->app.socket,
                       SHUT_RDWR); /* Wake thread by shutdown of app socket. */
 #endif /* HTTPS_SUPPORT */
           else

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



reply via email to

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