[sr-dev] git:master:cbb070b7: cdp: small spelling fix in log message

Henning Westerholt hw at skalatan.de
Thu May 14 18:38:59 CEST 2020


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

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-05-14T16:37:34Z

cdp: small spelling fix in log message

---

Modified: src/modules/cdp/diameter_peer.c

---

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

---

diff --git a/src/modules/cdp/diameter_peer.c b/src/modules/cdp/diameter_peer.c
index 043d4f3d72..38386be5d9 100644
--- a/src/modules/cdp/diameter_peer.c
+++ b/src/modules/cdp/diameter_peer.c
@@ -257,7 +257,7 @@ int diameter_peer_start(int blocking)
 
 	/* fork receiver for unknown peers */
 	seed = random();
-	pid = fork_process(1001+k,"cdp_receiver_peer_unkown",1);
+	pid = fork_process(1001+k,"cdp_receiver_peer_unknown",1);
 
 	if (pid==-1){
 		LM_CRIT("init_diameter_peer(): Error on fork() for unknown peer receiver!\n");




More information about the sr-dev mailing list