mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Missing break in conversion function prevents tdb password database update.
This commit is contained in:
parent
a3d04991ef
commit
b4ae0e8d84
@ -102,6 +102,7 @@ static int tdbsam_convert_one(struct db_record *rec, void *priv)
|
||||
ret = init_samu_from_buffer(user, SAMU_BUFFER_V3,
|
||||
(uint8 *)rec->value.dptr,
|
||||
rec->value.dsize);
|
||||
break;
|
||||
case 4:
|
||||
ret = init_samu_from_buffer(user, SAMU_BUFFER_V4,
|
||||
(uint8 *)rec->value.dptr,
|
||||
|
Loading…
Reference in New Issue
Block a user