Module: kamailio
Branch: master
Commit: 8a501f2be2860b1bfd0b9a3d1f63d85f4654fd01
URL:
https://github.com/kamailio/kamailio/commit/8a501f2be2860b1bfd0b9a3d1f63d85…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/8a501f2be2860b1bfd0b9a3d1f63d85…
Patch:
https://github.com/kamailio/kamailio/commit/8a501f2be2860b1bfd0b9a3d1f63d85…
---
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;
}
}