Browse Source

auth_ephemeral: Fix typo in RPC commands

Carsten Bock 8 years ago
parent
commit
6fc4367f1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/auth_ephemeral/auth_ephemeral_mod.c

+ 1 - 1
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_rpc_dump_secrets_doc, RET_ARRAY},
 	{"autheph.add_secret", autheph_rpc_add_secret,
 	{"autheph.add_secret", autheph_rpc_add_secret,
 		autheph_rpc_add_secret_doc, 0},
 		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},
 		autheph_rpc_rm_secret_doc, 0},
 	{0, 0, 0, 0}
 	{0, 0, 0, 0}
 };
 };