dsdb: Fix a confusing parameter
commit04c86557195a014bd7e872014e6144c100ead0a1
authorVolker Lendecke <vl@samba.org>
Tue, 8 Sep 2015 05:47:55 +0000 (8 07:47 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 8 Sep 2015 08:45:15 +0000 (8 10:45 +0200)
tree37b0cec7cdf4ff389217a4e461b7311f076cfdea
parentfacb11b61a6cd322c8b4c42ca2caefe0c509c37c
dsdb: Fix a confusing parameter

LDB_SCOPE_BASE is 0, so this works, but the corresponding parameter
is "struct ldb_control **controls", so I'd say NULL is more appropriate
here. Fixes a warning I just saw pass by.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source4/dsdb/repl/replicated_objects.c