s3:net idmap: fix error reporting in net_idmap_dbfile()
commit307a6a09bb4f9b77efa0f9bfd5eb1ddf65a0327f
authorMichael Adam <obnox@samba.org>
Tue, 8 Feb 2011 22:16:31 +0000 (8 23:16 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Feb 2011 14:24:20 +0000 (9 15:24 +0100)
tree1744ba836ccfe8b52a2839c257843968c2880cdc
parent934378881eeca28974bba43ce61559fe794b0539
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