1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

s3: Fix a "not handled in switch" warning

This commit is contained in:
Volker Lendecke 2009-11-29 23:42:44 +01:00
parent 42f832548d
commit 99ba74b75e

View File

@ -59,6 +59,7 @@ static int ltdb_err_map(enum TDB_ERROR tdb_code)
case TDB_ERR_CORRUPT:
case TDB_ERR_OOM:
case TDB_ERR_EINVAL:
case TDB_ERR_NESTING:
return LDB_ERR_OPERATIONS_ERROR;
case TDB_ERR_IO:
return LDB_ERR_PROTOCOL_ERROR;