gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/03: fix bug


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/03: fix bug
Date: Sun, 25 Mar 2018 20:51:43 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit 22895a5504bb93534cec75422877aca8c5e65a02
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 25 20:48:45 2018 +0200

    fix bug
---
 src/lib/connection_call_handlers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/connection_call_handlers.c 
b/src/lib/connection_call_handlers.c
index f8ea0e4d..2e093495 100644
--- a/src/lib/connection_call_handlers.c
+++ b/src/lib/connection_call_handlers.c
@@ -3525,7 +3525,7 @@ MHD_request_handle_idle_ (struct MHD_Request *request)
             }
          // FIXME: this is too much, NULLs out some of the things
          // initialized above...
-         memset (&request,
+         memset (request,
                  0,
                  sizeof (struct MHD_Request));
          request->daemon = 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]