Add Notes related to DRSUAPI
authorMatthieu Patou <mat@matws.net>
Fri, 28 Jun 2013 06:58:41 +0000 (23:58 -0700)
committerMatthieu Patou <mat@matws.net>
Wed, 7 Aug 2013 04:21:56 +0000 (21:21 -0700)
Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Andrew Bartlett <abarlett@samba.org>
source4/rpc_server/drsuapi/updaterefs.c

index 14bd3f64c24b88f0227fd53c146e40c4db60426c..ae87117d656f7842670b11956c63cb373b7c024f 100644 (file)
@@ -160,6 +160,7 @@ WERROR drsuapi_UpdateRefs(struct drsuapi_bind_state *b_state, TALLOC_CTX *mem_ct
                return WERR_DS_DRA_INVALID_PARAMETER;
        }
 
+       /* FIXME it seems that we should check the length of the stuff too*/
        if (req->dest_dsa_dns_name == NULL) {
                return WERR_DS_DRA_INVALID_PARAMETER;
        }