|
@@ -387,7 +387,7 @@ char* id_builder(struct sip_msg* msg, unsigned int *id_len)
|
|
buf=pkg_malloc(sizeof(char)*(len+1));/* place for ending \0 */
|
|
buf=pkg_malloc(sizeof(char)*(len+1));/* place for ending \0 */
|
|
if (buf==0){
|
|
if (buf==0){
|
|
ser_error=E_OUT_OF_MEM;
|
|
ser_error=E_OUT_OF_MEM;
|
|
- LOG(L_ERR, "ERROR: rport_builder: out of memory\n");
|
|
|
|
|
|
+ LOG(L_ERR, "ERROR: id_builder: out of memory\n");
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
memcpy(buf, ID_PARAM, ID_PARAM_LEN);
|
|
memcpy(buf, ID_PARAM, ID_PARAM_LEN);
|