]> 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)
commit24fed55d72a4922bfd3ddba61449fbae01365feb
treeefe9ab73e10fdc417dff4eaecb17a281564341e3
parent5b8d53dfe1872621bf28c8351d87bfc53ef6e66b
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
source/lib/tdb/common/open.c