Pārlūkot izejas kodu

fixed wrong function name in error message

Nils Ohlmeier 17 gadi atpakaļ
vecāks
revīzija
c927d9bd51
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      forward.c

+ 1 - 1
forward.c

@@ -542,7 +542,7 @@ int update_sock_struct_from_via( union sockaddr_union* to,
 			DBG("update_sock_struct_from_via: using 'rport'\n");
 			DBG("update_sock_struct_from_via: using 'rport'\n");
 			port=str2s(via->rport->value.s, via->rport->value.len, &err);
 			port=str2s(via->rport->value.s, via->rport->value.len, &err);
 			if (err){
 			if (err){
-				LOG(L_NOTICE, "ERROR: forward_reply: bad rport value(%.*s)\n",
+				LOG(L_NOTICE, "ERROR: update_sock_struct_from_via: bad rport value(%.*s)\n",
 						via->rport->value.len, via->rport->value.s);
 						via->rport->value.len, via->rport->value.s);
 				port=0;
 				port=0;
 			}
 			}