s4-rpc_server/drsuapi: Remove rudundant check for valid and non-NULL ncRoot_dn
authorAndrew Bartlett <abartlet@samba.org>
Tue, 27 Jun 2023 02:22:52 +0000 (14:22 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 13 Aug 2023 21:59:29 +0000 (21:59 +0000)
commit0550e469eda4022659718ae9a56f5deaa9f9a307
treec0424ccee8a31a7aeeab859f28d10551f288f0bd
parent63843a22c8db73d459bee61e73bb1f0d31e3d427
s4-rpc_server/drsuapi: Remove rudundant check for valid and non-NULL ncRoot_dn

This check was valuable before aee2039e63ceeb5e69a0461fb77e0f18278e4dc4
but now only checks things we know to be true, as the value has come
from Samba via drs_ObjectIdentifier_to_dn_and_nc_root() either on this
or a previous call.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15401

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/rpc_server/drsuapi/getncchanges.c