replmd: Minor change to replmd_verify_link_target() args
authorTim Beale <timbeale@catalyst.net.nz>
Fri, 9 Nov 2018 01:13:11 +0000 (14:13 +1300)
committerTim Beale <timbeale@samba.org>
Tue, 20 Nov 2018 03:48:46 +0000 (04:48 +0100)
commitc49c0c300ce2d4b9f11039640bfd58265c7477af
tree3230276dfbaeacad68957616eedd55e6400290e6
parentffe7707675fe91830bea59725e324d029cf2988d
replmd: Minor change to replmd_verify_link_target() args

We were passing in the entire src_msg, but all we really need is the
source object's DN (and even then, it's only used in error messages).

Change it so we only pass in what the function actually needs. This
makes it a bit easier to see what src_msg is actually used for.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/repl_meta_data.c