1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +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 71de4946cf)
This commit is contained in:
Volker Lendecke 2008-01-12 23:06:33 +01:00
parent 5a8bbc64cc
commit 8d464d470a

View File

@ -836,8 +836,6 @@ struct share_mode_lock *fetch_share_mode_unlocked(TALLOC_CTX *mem_ctx,
return NULL;
}
TALLOC_FREE(data.dptr);
return lck;
}