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 'make check'


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Fix 'make check'
Date: Sat, 17 Jun 2017 21:46:10 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new df6c9088 Fix 'make check'
df6c9088 is described below

commit df6c90887882eeec03bd69e28752b63781e6341e
Author: Tim Rühsen <address@hidden>
AuthorDate: Sat Jun 17 12:39:42 2017 +0200

    Fix 'make check'
    
    Hi,
    
    path to fix a small bug in test_daemon.c.
    
    Regards, Tim
    
    Signed-off-by: Evgeny Grin (Karlson2k) <address@hidden>
---
 src/microhttpd/test_daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/test_daemon.c b/src/microhttpd/test_daemon.c
index bd201512..f22ca138 100644
--- a/src/microhttpd/test_daemon.c
+++ b/src/microhttpd/test_daemon.c
@@ -43,7 +43,7 @@ testStartError ()
   d = MHD_start_daemon (MHD_USE_ERROR_LOG, 0, NULL, NULL, NULL, NULL);
   if (NULL != d)
   {
-    MHD_stop_daemon ();
+    MHD_stop_daemon (d);
     fprintf (stderr,
              "Succeeded to start without MHD_AccessHandlerCallback?\n");
     return 1;

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



reply via email to

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