summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-03-19 10:27:13 +0000
committerBenny Prijono <bennylp@teluu.com>2007-03-19 10:27:13 +0000
commitf095983b7171f45ccc595b9be489f04e242b066e (patch)
tree4a034ea2495da14e2c16c0eaa35ac10b2a7a2ddc /pjsip/src/test-pjsip
parent25c436a6432ebac429285c81f990653a4c52dd3c (diff)
Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias Söreling)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1082 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip')
-rw-r--r--pjsip/src/test-pjsip/msg_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/src/test-pjsip/msg_test.c b/pjsip/src/test-pjsip/msg_test.c
index af1efc1b..120cf78f 100644
--- a/pjsip/src/test-pjsip/msg_test.c
+++ b/pjsip/src/test-pjsip/msg_test.c
@@ -62,7 +62,7 @@ struct test_msg
" <sip:server10.biloxi.com;lr>\r"
"Record-Route: <sip:server10.biloxi.com>,\r\n" /* multiple routes+folding*/
" <sip:bigbox3.site3.atlanta.com;lr>\n"
- "Via: SIP/2.0/SCTP bigbox3.site3.atlanta.com;branch=z9hG4bK77ef4c230\n"
+ "v: SIP/2.0/SCTP bigbox3.site3.atlanta.com;branch=z9hG4bK77ef4c230\n"
"Via: SIP/2.0/UDP pc33.atlanta.com;branch=z9hG4bKnashds8\n" /* folding. */
" ;received=192.0.2.1\r\n"
"Via: SIP/2.0/UDP 10.2.1.1, SIP/2.0/TCP 192.168.1.1\n"