[sr-dev] git:master:53210656: usrloc: fixed typo in skipping record LM_ERR msg

zxcpoiu zxcpoiu at gmail.com
Thu Aug 27 13:39:16 CEST 2015


Module: kamailio
Branch: master
Commit: 53210656befae010a9f7e7735536c4c7b3b1e37b
URL: https://github.com/kamailio/kamailio/commit/53210656befae010a9f7e7735536c4c7b3b1e37b

Author: zxcpoiu <zxcpoiu at gmail.com>
Committer: zxcpoiu <zxcpoiu at gmail.com>
Date: 2015-08-27T15:29:12+08:00

usrloc: fixed typo in skipping record LM_ERR msg

- doing "skip" action instead "sip" action

---

Modified: modules/usrloc/udomain.c

---

Diff:  https://github.com/kamailio/kamailio/commit/53210656befae010a9f7e7735536c4c7b3b1e37b.diff
Patch: https://github.com/kamailio/kamailio/commit/53210656befae010a9f7e7735536c4c7b3b1e37b.patch

---

diff --git a/modules/usrloc/udomain.c b/modules/usrloc/udomain.c
index 9b31a3b..50592fb 100644
--- a/modules/usrloc/udomain.c
+++ b/modules/usrloc/udomain.c
@@ -477,7 +477,7 @@ int preload_udomain(db1_con_t* _c, udomain_t* _d)
 
 			ci = dbrow2info(ROW_VALUES(row)+1, &contact, 0);
 			if (ci==0) {
-				LM_ERR("sipping record for %.*s in table %s\n",
+				LM_ERR("skipping record for %.*s in table %s\n",
 						user.len, user.s, _d->name->s);
 				continue;
 			}




More information about the sr-dev mailing list