Browse Source

typo fixed (visible only in debug mode)

Jiri Kuthan 22 years ago
parent
commit
3fe17de97c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      parser/msg_parser.c

+ 1 - 1
parser/msg_parser.c

@@ -486,7 +486,7 @@ int parse_msg(char* buf, unsigned int len, struct sip_msg* msg)
 			msg->via1->name.s, 
 			msg->via1->version.len,
 			msg->via1->version.s,
-			msg->via1->transport.len 
+			msg->via1->transport.len,
 			msg->via1->transport.s, 
 			msg->via1->host.len,
 			msg->via1->host.s,