Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
access: fix copy bug in ipblock_entry_class_delete(), fixes #3339
  • Loading branch information
perexg committed Nov 25, 2015
1 parent 17731e1 commit d2b08ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.c
Expand Up @@ -1849,7 +1849,7 @@ ipblock_entry_class_delete(idnode_t *self)
{
ipblock_entry_t *ib = (ipblock_entry_t *)self;

hts_settings_remove("passwd/%s", idnode_uuid_as_sstr(&ib->ib_id));
hts_settings_remove("ipblock/%s", idnode_uuid_as_sstr(&ib->ib_id));
ipblock_entry_destroy(ib);
}

Expand Down

0 comments on commit d2b08ca

Please sign in to comment.