Skip to content

Commit

Permalink
fixup: fix task for `lib-dict: remove dict_append()'
Browse files Browse the repository at this point in the history
  • Loading branch information
Baofeng Wang committed Apr 21, 2016
1 parent 373b271 commit ac9600e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/lib-dict/dict-db.c
Expand Up @@ -477,7 +477,8 @@ struct dict dict_driver_db = {
db_dict_transaction_rollback,
db_dict_set,
db_dict_unset,
db_dict_atomic_inc
db_dict_atomic_inc,
NULL
}
};
#endif
1 change: 0 additions & 1 deletion src/lib-dict/dict-fs.c
Expand Up @@ -284,7 +284,6 @@ struct dict dict_driver_fs = {
dict_transaction_memory_set,
dict_transaction_memory_unset,
NULL,
NULL,
NULL
}
};
1 change: 0 additions & 1 deletion src/lib-dict/dict-memcached.c
Expand Up @@ -390,7 +390,6 @@ struct dict dict_driver_memcached = {
NULL,
NULL,
NULL,
NULL,
NULL
}
};

0 comments on commit ac9600e

Please sign in to comment.