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:
parent
42f832548d
commit
99ba74b75e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user