Skip to content

Commit

Permalink
lib-dict: Update cdb_dict_init to match with new API
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and GitLab committed Jun 8, 2017
1 parent 1472a6d commit 3986070
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib-dict/dict-cdb.c
Expand Up @@ -24,9 +24,7 @@ static void cdb_dict_deinit(struct dict *_dict);

static int
cdb_dict_init(struct dict *driver, const char *uri,
enum dict_data_type value_type ATTR_UNUSED,
const char *username ATTR_UNUSED,
const char *base_dir ATTR_UNUSED,
const struct dict_settings *set ATTR_UNUSED,
struct dict **dict_r, const char **error_r)
{
struct cdb_dict *dict;
Expand Down

0 comments on commit 3986070

Please sign in to comment.