vici: Return a success result for the clear-creds command
Even if the command actually can't fail, this looks more aligned to similar commands.
This commit is contained in:
@@ -270,13 +270,10 @@ CALLBACK(load_shared, vici_message_t*,
|
|||||||
CALLBACK(clear_creds, vici_message_t*,
|
CALLBACK(clear_creds, vici_message_t*,
|
||||||
private_vici_cred_t *this, char *name, u_int id, vici_message_t *message)
|
private_vici_cred_t *this, char *name, u_int id, vici_message_t *message)
|
||||||
{
|
{
|
||||||
vici_builder_t *builder;
|
|
||||||
|
|
||||||
this->creds->clear(this->creds);
|
this->creds->clear(this->creds);
|
||||||
lib->credmgr->flush_cache(lib->credmgr, CERT_ANY);
|
lib->credmgr->flush_cache(lib->credmgr, CERT_ANY);
|
||||||
|
|
||||||
builder = vici_builder_create();
|
return create_reply(NULL);
|
||||||
return builder->finalize(builder);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void manage_command(private_vici_cred_t *this,
|
static void manage_command(private_vici_cred_t *this,
|
||||||
|
|||||||
Reference in New Issue
Block a user