summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-12-28 23:32:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:30:22 -0500
commit11196d0907654a5dfd9d1f65573fc0e096982ea7 (patch)
tree89c9a1e496e515b0d306c1ad7bb16a141c256a77 /source4/torture
parent105d18eb305197366172943c8037e27a96b24782 (diff)
downloadsamba-11196d0907654a5dfd9d1f65573fc0e096982ea7.tar.gz
samba-11196d0907654a5dfd9d1f65573fc0e096982ea7.tar.bz2
samba-11196d0907654a5dfd9d1f65573fc0e096982ea7.zip
r20396: Missed one user of the renamed elements.
Andrew Bartlett (This used to be commit a7c83eb7b8e000c51790a9eae67c59c04a4a877c)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/dssync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c
index 312ba87f7e..63d642b64a 100644
--- a/source4/torture/rpc/dssync.c
+++ b/source4/torture/rpc/dssync.c
@@ -252,8 +252,8 @@ static BOOL test_GetInfo(struct DsSyncTest *ctx)
r.in.bind_handle = &ctx->admin.drsuapi.bind_handle;
r.in.level = 1;
- r.in.req.req1.unknown1 = 0x000004e4;
- r.in.req.req1.unknown2 = 0x00000407;
+ r.in.req.req1.codepage = 1252; /* western european */
+ r.in.req.req1.language = 0x00000407; /* german */
r.in.req.req1.count = 1;
r.in.req.req1.names = names;
r.in.req.req1.format_flags = DRSUAPI_DS_NAME_FLAG_NO_FLAGS;