Browse Source

Line 321 - a comma was missing! ;-)

Bogdan-Andrei Iancu 23 năm trước cách đây
mục cha
commit
faa9e46f23
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      forward.c

+ 1 - 1
forward.c

@@ -317,7 +317,7 @@ int forward_reply(struct sip_msg* msg)
 		if (check_self(&msg->via1->host,
 					msg->via1->port?msg->via1->port:SIP_PORT)!=1){
 			LOG(L_NOTICE, "ERROR: forward_reply: host in first via!=me :"
-					" %.*s:%d\n", msg->via1->host.len, msg->via1->host.s
+					" %.*s:%d\n", msg->via1->host.len, msg->via1->host.s,
 									msg->via1->port);
 			/* send error msg back? */
 			goto error;