summaryrefslogtreecommitdiff
path: root/tests/test-thread.c
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-04-24 20:10:30 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-04-24 20:10:30 -0400
commit02ff6c5f65fa1f5cd380444aa0fba98bb45c159d (patch)
tree5cf527d0cfbe48da63a63262415405f84c3285c4 /tests/test-thread.c
parentc4968e094c6bdf14f09dafa295696f6f356e38dd (diff)
downloadlibnice-02ff6c5f65fa1f5cd380444aa0fba98bb45c159d.tar.gz
Add UPnP support to libnice
Diffstat (limited to 'tests/test-thread.c')
-rw-r--r--tests/test-thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-thread.c b/tests/test-thread.c
index 21cece2..f2870b3 100644
--- a/tests/test-thread.c
+++ b/tests/test-thread.c
@@ -214,6 +214,8 @@ int main (void)
g_object_set (G_OBJECT (lagent), "controlling-mode", TRUE, NULL);
g_object_set (G_OBJECT (ragent), "controlling-mode", FALSE, NULL);
+ g_object_set (G_OBJECT (lagent), "upnp", FALSE, NULL);
+ g_object_set (G_OBJECT (ragent), "upnp", FALSE, NULL);
/* step: add a timer to catch state changes triggered by signals */
timer_id = g_timeout_add (30000, timer_cb, NULL);