diff options
Diffstat (limited to 'source4/torture/rpc/dsgetinfo.c')
-rw-r--r-- | source4/torture/rpc/dsgetinfo.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/torture/rpc/dsgetinfo.c b/source4/torture/rpc/dsgetinfo.c index 03bda7e70e..418f5b4530 100644 --- a/source4/torture/rpc/dsgetinfo.c +++ b/source4/torture/rpc/dsgetinfo.c @@ -224,19 +224,19 @@ static bool test_getinfo(struct torture_context *tctx, NULL },{ DRSUAPI_DS_REPLICA_GET_INFO2, - DRSUAPI_DS_REPLICA_INFO_NEIGHBORS02, + DRSUAPI_DS_REPLICA_INFO_REPSTO, NULL },{ DRSUAPI_DS_REPLICA_GET_INFO2, - DRSUAPI_DS_REPLICA_INFO_CONNECTIONS04, + DRSUAPI_DS_REPLICA_INFO_CLIENT_CONTEXTS, "__IGNORED__" },{ DRSUAPI_DS_REPLICA_GET_INFO2, - DRSUAPI_DS_REPLICA_INFO_CURSORS05, + DRSUAPI_DS_REPLICA_INFO_UPTODATE_VECTOR_V1, NULL },{ DRSUAPI_DS_REPLICA_GET_INFO2, - DRSUAPI_DS_REPLICA_INFO_06, + DRSUAPI_DS_REPLICA_INFO_SERVER_OUTGOING_CALLS, NULL } }; |