2008-08-12 Zeeshan Ali Khattak <zeenix@gmail.com>
authorJorn Baayen <jorn@openedhand.com>
Mon, 25 Aug 2008 11:27:31 +0000 (11:27 +0000)
committerJorn Baayen <jorn@openedhand.com>
Mon, 25 Aug 2008 11:27:31 +0000 (11:27 +0000)
* tools/gssdp-device-sniffer.c:

Remove the unneeded call to g_thread_init().

git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gssdp@1222 d8cb91d7-bff9-0310-92b9-80b65e4482b2

ChangeLog
tools/gssdp-device-sniffer.c

index c8fa0de..4208e46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-12  Zeeshan Ali Khattak  <zeenix@gmail.com>
+
+       * tools/gssdp-device-sniffer.c:
+
+       Remove the unneeded call to g_thread_init().
+
 2008-07-11  Jorn Baayen  <jorn@openedhand.com>
 
        * libgssdp/gssdp-resource-group.c
index 1a03834..887d9b5 100644 (file)
@@ -596,8 +596,6 @@ init_upnp (void)
 {
         GError *error;
         
-        g_thread_init (NULL);
-
         error = NULL;
         client = gssdp_client_new (NULL, &error);
         if (error) {