The branch, master has been updated
       via  4e0090c... s4-torture: fixed DsReplicaGetInfo elements
      from  ee73608... s4-kcc: added DsReplicaGetInfo pending ops call

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4e0090c9170525bb0ec50d13d96afddd5eec5313
Author: Andrew Tridgell <tri...@samba.org>
Date:   Sat Jan 16 14:44:24 2010 +1100

    s4-torture: fixed DsReplicaGetInfo elements

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/rpc/drsuapi.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/drsuapi.c b/source4/torture/rpc/drsuapi.c
index 20263fe..0496d62 100644
--- a/source4/torture/rpc/drsuapi.c
+++ b/source4/torture/rpc/drsuapi.c
@@ -366,10 +366,10 @@ static bool test_DsReplicaGetInfo(struct torture_context 
*tctx,
                        r.in.req->req2.info_type        = array[i].infotype;
                        r.in.req->req2.object_dn        = object_dn;
                        ZERO_STRUCT(r.in.req->req2.guid1);
-                       r.in.req->req2.unknown1 = 0;
+                       r.in.req->req2.flags    = 0;
                        r.in.req->req2.string1  = NULL;
                        r.in.req->req2.string2  = NULL;
-                       r.in.req->req2.unknown2 = 0;
+                       r.in.req->req2.enumeration_context = 0;
                        break;
                }
 


-- 
Samba Shared Repository

Reply via email to