From 88abf4b7b751f3d2579f8775ac20444bb224db19 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 12 Jan 2004 14:55:22 +0000 Subject: Add a g_thread_init() so this works again. * tests/simple-httpd.c (main): Add a g_thread_init() so this works again. --- ChangeLog | 5 +++++ tests/simple-httpd.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index dcb8633d..74a246ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-12 Dan Winship + + * tests/simple-httpd.c (main): Add a g_thread_init() so this works + again. + 2004-01-10 Larry Ewing * libsoup-2.2.pc.in (Libs): use LIBGNUTLS_LIBS in the substitution diff --git a/tests/simple-httpd.c b/tests/simple-httpd.c index db2ad410..d50f38e7 100644 --- a/tests/simple-httpd.c +++ b/tests/simple-httpd.c @@ -128,6 +128,7 @@ main (int argc, char **argv) const char *ssl_cert_file = NULL, *ssl_key_file = NULL; g_type_init (); + g_thread_init (NULL); signal (SIGINT, quit); while ((opt = getopt (argc, argv, "p:k:c:s:")) != -1) { -- cgit v1.2.1