s4/dsdb/common: clang: Fix 'function call argument is an uninitialized value'
commit79d585689e206dc0e04a4d30f75a38dc4490d96b
authorNoel Power <noel.power@suse.com>
Fri, 5 Jul 2019 10:42:54 +0000 (5 10:42 +0000)
committerGary Lockyer <gary@samba.org>
Wed, 24 Jul 2019 04:19:27 +0000 (24 04:19 +0000)
tree5b1e1114d3c275093ac4d5495de69cbb05cbe8e1
parent6f733b5891db344ec9f3f996322213d8ac2075e5
s4/dsdb/common: clang: Fix 'function call argument is an uninitialized value'

Fixes:

source4/dsdb/common/util.c:1804:8: warning: 3rd function call argument is an uninitialized value <--[clang]
        ret = samdb_reference_dn(ldb, mem_ctx, server_ref_dn, "rIDSetReferences", dn);

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