]> git.ipfire.org Git - thirdparty/samba.git/commit
r23979: Fix another occurence of (written != requested) as an
authorMichael Adam <obnox@samba.org>
Fri, 20 Jul 2007 15:00:58 +0000 (15:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:51 +0000 (12:28 -0500)
commit207a213c061b2c3a4dab42e9af1c19edaa39a2a0
tree415a56dca52da589c6fb32b370b67a5973828308
parente5051dd4a6657e265dd5baab828946d4ab52cc9f
r23979: Fix another occurence of (written != requested) as an
error condition to write. This is in tdb_new_database.

Fix one call to tdb_new_database in tdb_open_ex to not
overwrite the newly propagated errno (typically ENOSPC).

Michael
(This used to be commit 24fed55d72a4922bfd3ddba61449fbae01365feb)
source3/lib/tdb/common/open.c