s3:net idmap: fix error reporting in net_idmap_dbfile()
authorMichael Adam <obnox@samba.org>
Tue, 8 Feb 2011 22:16:31 +0000 (23:16 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Feb 2011 13:00:34 +0000 (14:00 +0100)
commit92f856c51380b67ecd2e175a6ad0237d34b0eaff
treef781f5ff83a529fb2903651b6f7de6dfd241d81d
parente2795f566407bb97ea42a13cee1deb830e93dbb0
s3:net idmap: fix error reporting in net_idmap_dbfile()

The last case which results in dbfile == NULL is not an
out of memory case but means no --db has been specified
and the idmap backend is not supported for auto-determining
the idmap tdb file.
source3/utils/net_idmap.c