Module: sip-router Branch: master Commit: 6d239c28060e8be0cab99637f8f7240069530990 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6d239c28...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Fri Oct 3 14:49:35 2014 -0400
char_msg_val.h: concatenate ERR log
---
char_msg_val.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/char_msg_val.h b/char_msg_val.h index c265bd1..9565617 100644 --- a/char_msg_val.h +++ b/char_msg_val.h @@ -57,8 +57,7 @@ inline static int char_msg_val( struct sip_msg *msg, char *cv ) str src[8];
if (unlikely(!check_transaction_quadruple(msg))) { - LM_ERR("can't calculate char_value due " - "to a parsing error\n"); + LM_ERR("can't calculate char_value due to a parsing error\n"); memset( cv, '0', MD5_LEN ); return 0; }