projects
/
sip-router
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4bbd4
)
fixing function name in the error message
author
Miklos Tirpak
<miklos@iptel.org>
Mon, 17 Mar 2008 09:45:22 +0000
(09:45 +0000)
committer
Miklos Tirpak
<miklos@iptel.org>
Mon, 17 Mar 2008 09:45:22 +0000
(09:45 +0000)
msg_translator.c
patch
|
blob
|
history
diff --git
a/msg_translator.c
b/msg_translator.c
index
06e3879
..
a7d1159
100644
(file)
--- a/
msg_translator.c
+++ b/
msg_translator.c
@@
-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 */
if (buf==0){
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;
}
memcpy(buf, ID_PARAM, ID_PARAM_LEN);