s4/dsdb/schema: Fix 'Value stored to 'ret' is never read'
authorNoel Power <noel.power@suse.com>
Wed, 3 Jul 2019 14:56:55 +0000 (14:56 +0000)
committerNoel Power <npower@samba.org>
Mon, 8 Jul 2019 09:30:10 +0000 (09:30 +0000)
commit50a22849ce11aebead43e39ea42541afdd987408
tree0c3a6487652dc9252648bc9365f629ccdf33ff23
parent109b438181563ed0074780df59a77bcdd7793e9d
s4/dsdb/schema: Fix 'Value stored to 'ret' is never read'

Fixes:

source4/dsdb/schema/schema_set.c:274:3: warning: Value stored to 'ret' is never read <--[clang]
                ret = LDB_SUCCESS;
                ^     ~~~~~~~~~~~
source4/dsdb/schema/schema_set.c:327:3: warning: Value stored to 'ret' is never read <--[clang]
                ret = LDB_SUCCESS;
                ^     ~~~~~~~~~~~

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source4/dsdb/schema/schema_set.c