[sr-dev] git:master:6fc4367f: auth_ephemeral: Fix typo in RPC commands

Carsten Bock carsten at ng-voice.com
Fri Jan 13 18:56:30 CET 2017


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

Author: Carsten Bock <carsten at ng-voice.com>
Committer: Carsten Bock <carsten at ng-voice.com>
Date: 2017-01-13T18:56:20+01:00

auth_ephemeral: Fix typo in RPC commands

---

Modified: src/modules/auth_ephemeral/auth_ephemeral_mod.c

---

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

---

diff --git a/src/modules/auth_ephemeral/auth_ephemeral_mod.c b/src/modules/auth_ephemeral/auth_ephemeral_mod.c
index 6d60ce0..948cb53 100644
--- a/src/modules/auth_ephemeral/auth_ephemeral_mod.c
+++ b/src/modules/auth_ephemeral/auth_ephemeral_mod.c
@@ -386,7 +386,7 @@ rpc_export_t autheph_rpc_cmds[] = {
 		autheph_rpc_dump_secrets_doc, RET_ARRAY},
 	{"autheph.add_secret", autheph_rpc_add_secret,
 		autheph_rpc_add_secret_doc, 0},
-	{"autheph.add_secret", autheph_rpc_rm_secret,
+	{"autheph.rm_secret", autheph_rpc_rm_secret,
 		autheph_rpc_rm_secret_doc, 0},
 	{0, 0, 0, 0}
 };




More information about the sr-dev mailing list