[sr-dev] git:master:8a501f2b: exec: small typo in log message

Daniel-Constantin Mierla miconda at gmail.com
Wed Jan 17 15:06:41 CET 2018


Module: kamailio
Branch: master
Commit: 8a501f2be2860b1bfd0b9a3d1f63d85f4654fd01
URL: https://github.com/kamailio/kamailio/commit/8a501f2be2860b1bfd0b9a3d1f63d85f4654fd01

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-01-17T15:05:59+01:00

exec: small typo in log message

---

Modified: src/modules/exec/exec_hf.c

---

Diff:  https://github.com/kamailio/kamailio/commit/8a501f2be2860b1bfd0b9a3d1f63d85f4654fd01.diff
Patch: https://github.com/kamailio/kamailio/commit/8a501f2be2860b1bfd0b9a3d1f63d85f4654fd01.patch

---

diff --git a/src/modules/exec/exec_hf.c b/src/modules/exec/exec_hf.c
index e8404216b3..db6d60da3e 100644
--- a/src/modules/exec/exec_hf.c
+++ b/src/modules/exec/exec_hf.c
@@ -483,7 +483,7 @@ static int append_fixed_vars(struct sip_msg *msg, struct hf_wrapper **list)
 	} else {
 		if (!append_var(EV_OUSER, oparsed_uri.user.s, 
 					oparsed_uri.user.len, list)) {
-			LM_ERR("ppend_var OUSER failed\n");
+			LM_ERR("append_var OUSER failed\n");
 			goto error;
 		}
 	}




More information about the sr-dev mailing list