Module: kamailio
Branch: master
Commit: 6fc4367f1aa4fd623ed9ca5271525d23d5e0ef56
URL:
https://github.com/kamailio/kamailio/commit/6fc4367f1aa4fd623ed9ca5271525d2…
Author: Carsten Bock <carsten(a)ng-voice.com>
Committer: Carsten Bock <carsten(a)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/6fc4367f1aa4fd623ed9ca5271525d2…
Patch:
https://github.com/kamailio/kamailio/commit/6fc4367f1aa4fd623ed9ca5271525d2…
---
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}
};