summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/common/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/tdb/common/error.c')
-rw-r--r--source4/lib/tdb/common/error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/tdb/common/error.c b/source4/lib/tdb/common/error.c
index 5b7696877c..270a441463 100644
--- a/source4/lib/tdb/common/error.c
+++ b/source4/lib/tdb/common/error.c
@@ -42,6 +42,7 @@ static struct tdb_errname {
{TDB_ERR_OOM, "Out of memory"},
{TDB_ERR_EXISTS, "Record exists"},
{TDB_ERR_NOLOCK, "Lock exists on other keys"},
+ {TDB_ERR_EINVAL, "Invalid parameter"},
{TDB_ERR_NOEXIST, "Record does not exist"} };
/* Error string for the last tdb error */