aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-04 10:50:58 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-04 10:50:58 +0000
commit7e9ec3e5306d96febf581a46992768f1400d2a25 (patch)
treec57144d83db1f856de6e778784c0b4925eca8947
parent050af582eed2c147d9726ef2c25fc448c022ce7f (diff)
downloadlibmicrohttpd-7e9ec3e5306d96febf581a46992768f1400d2a25.tar.gz
libmicrohttpd-7e9ec3e5306d96febf581a46992768f1400d2a25.zip
-indent
-rw-r--r--src/microhttpd/test_upgrade_ssl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/microhttpd/test_upgrade_ssl.c b/src/microhttpd/test_upgrade_ssl.c
index bcbf0e54..fc8d55a6 100644
--- a/src/microhttpd/test_upgrade_ssl.c
+++ b/src/microhttpd/test_upgrade_ssl.c
@@ -98,7 +98,6 @@ openssl_connect (int *sock,
98 destination, 98 destination,
99 "-verify", 99 "-verify",
100 "0", 100 "0",
101 // "-quiet",
102 (char *) NULL); 101 (char *) NULL);
103 _exit (1); 102 _exit (1);
104} 103}
@@ -427,9 +426,7 @@ test_upgrade_internal_select ()
427 MHD_socket_close_ (sock); 426 MHD_socket_close_ (sock);
428 pthread_join (pt, 427 pthread_join (pt,
429 NULL); 428 NULL);
430 waitpid (pid, 429 waitpid (pid, NULL, 0);
431 NULL,
432 0);
433 MHD_stop_daemon (d); 430 MHD_stop_daemon (d);
434 return 0; 431 return 0;
435} 432}