Module: sip-router Branch: pd/msrp Commit: 82440b117b628e8ae98a7d6c639875eba7d8169d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=82440b11...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Wed Feb 13 10:59:53 2013 +0000
modules/msrp: Fixed typo in diagnostic
---
modules/msrp/msrp_cmap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/msrp/msrp_cmap.c b/modules/msrp/msrp_cmap.c index 4fec717..708ca3c 100644 --- a/modules/msrp/msrp_cmap.c +++ b/modules/msrp/msrp_cmap.c @@ -367,7 +367,7 @@ int msrp_cmap_lookup(msrp_frame_t *mf)
if(mf->fline.rtypeid==MSRP_REQ_AUTH) { - LM_DBG("save cannot be used for AUTH\n"); + LM_DBG("lookup cannot be used for AUTH\n"); return -2; } if(msrp_frame_get_sessionid(mf, &sesid)<0)