gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37863 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37863 - libmicrohttpd/src/microhttpd
Date: Sun, 4 Sep 2016 12:50:58 +0200

Author: grothoff
Date: 2016-09-04 12:50:58 +0200 (Sun, 04 Sep 2016)
New Revision: 37863

Modified:
   libmicrohttpd/src/microhttpd/test_upgrade_ssl.c
Log:
-indent

Modified: libmicrohttpd/src/microhttpd/test_upgrade_ssl.c
===================================================================
--- libmicrohttpd/src/microhttpd/test_upgrade_ssl.c     2016-09-04 10:48:18 UTC 
(rev 37862)
+++ libmicrohttpd/src/microhttpd/test_upgrade_ssl.c     2016-09-04 10:50:58 UTC 
(rev 37863)
@@ -98,7 +98,6 @@
           destination,
           "-verify",
           "0",
-          // "-quiet",
           (char *) NULL);
   _exit (1);
 }
@@ -427,9 +426,7 @@
   MHD_socket_close_ (sock);
   pthread_join (pt,
                 NULL);
-  waitpid (pid,
-           NULL,
-           0);
+  waitpid (pid, NULL, 0);
   MHD_stop_daemon (d);
   return 0;
 }




reply via email to

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