s3:winbindd: Use TDB_REPLACE in tdb_store
authorPavel Filipenský <pfilipensky@samba.org>
Tue, 7 May 2024 11:01:02 +0000 (13:01 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 14 May 2024 20:02:36 +0000 (20:02 +0000)
commit26d87d1fefa67b759bc369983b4c55fcd007dca9
tree460b3ea7e0e3b7ffc912782a83dd5909a1955c56
parent68a1200f66e9008ca0a739b37b48c49453ca9d83
s3:winbindd: Use TDB_REPLACE in tdb_store

tdb_store() should use as a flag TDB_REPLACE instead of undocumented 0

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/winbindd_cache.c