summaryrefslogtreecommitdiff
path: root/pjnath/src/pjnath-test/stun.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjnath/src/pjnath-test/stun.c')
-rw-r--r--pjnath/src/pjnath-test/stun.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/pjnath/src/pjnath-test/stun.c b/pjnath/src/pjnath-test/stun.c
index 9efc08d9..ccfbc474 100644
--- a/pjnath/src/pjnath-test/stun.c
+++ b/pjnath/src/pjnath-test/stun.c
@@ -479,7 +479,9 @@ static struct test_vector
"",
"",
&create_msgint1
- },
+ }
+ /* disabled: see http://trac.pjsip.org/repos/ticket/960
+ ,
{
PJ_STUN_BINDING_RESPONSE,
"\xb7\xe7\xa7\x01\xbc\x34\xd6\x86\xfa\x87\xdf\xae",
@@ -503,6 +505,9 @@ static struct test_vector
"",
&create_msgint2
}
+ */
+
+ /* disabled: see http://trac.pjsip.org/repos/ticket/960
#if defined(PJ_HAS_IPV6) && PJ_HAS_IPV6!=0
,
{
@@ -542,6 +547,7 @@ static struct test_vector
&create_msgint3
}
#endif
+ */
};