mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
Don't early delete the share mode tdb data
We now refer directly to the file name in the tdb data, so don't delete it. (This used to be commit 71de4946cf00cf8b7bb2f2d92832166bee12e84a)
This commit is contained in:
parent
5a8bbc64cc
commit
8d464d470a
@ -836,8 +836,6 @@ struct share_mode_lock *fetch_share_mode_unlocked(TALLOC_CTX *mem_ctx,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
TALLOC_FREE(data.dptr);
|
||||
|
||||
return lck;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user