libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit e73f48f6baa5bc1609cddb7b6ba00257ddd63951
parent 011d784f6c8d6c305e29bee1374a240ab9e4d7c7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 23 Sep 2016 14:19:36 +0000

-typo

Diffstat:
Msrc/microhttpd/test_upgrade.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c @@ -77,7 +77,7 @@ test_upgrade (int flags, (struct sockaddr *) &sa, sizeof (sa))) abort (); - if (0 !- pthread_create (&pt_client, + if (0 != pthread_create (&pt_client, NULL, &run_usock_client, &sock))