From 21b2eba1bc9182b5ae7726bef716ab2a5c76025c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 19 Mar 2007 10:24:23 +0000 Subject: Fixed ticket #188: Error parsing compact form of Via header (thanks Tobias Söreling) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1081 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/test-pjsip/msg_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip/src/test-pjsip/msg_test.c') 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 " \r" "Record-Route: ,\r\n" /* multiple routes+folding*/ " \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" -- cgit v1.2.3