summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-04-06 18:52:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:12 -0500
commita1e72969d571d6b12f4cfa8c6dc16d7d982daa51 (patch)
tree1480d62d492099bb9c455688eeb1ea01e79286d7 /source3/rpc_parse
parentab8bbffd653f327fc8dcf561bbe8b9ad71f91268 (diff)
downloadsamba-a1e72969d571d6b12f4cfa8c6dc16d7d982daa51.tar.gz
samba-a1e72969d571d6b12f4cfa8c6dc16d7d982daa51.tar.bz2
samba-a1e72969d571d6b12f4cfa8c6dc16d7d982daa51.zip
r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.
Enable the DsRoleGetPrimaryDomainInfo() server code. Tested by Win2000/XP/2003/Vista (x86) and WinXP (x64) (This used to be commit eab9ca7e7d8d7dc3e705720f8bc5dff5c8ec5f5f)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r--source3/rpc_parse/parse_ds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_ds.c b/source3/rpc_parse/parse_ds.c
index c613145222..61300f8a8d 100644
--- a/source3/rpc_parse/parse_ds.c
+++ b/source3/rpc_parse/parse_ds.c
@@ -37,7 +37,7 @@ static BOOL ds_io_dominfobasic(const char *desc, DSROLE_PRIMARY_DOMAIN_INFO_BASI
if ( !prs_uint16("machine_role", ps, depth, &p->machine_role) )
return False;
- if ( !prs_uint16("unknown", ps, depth, &p->unknown) )
+ if ( !prs_align(ps) )
return False;
if ( !prs_uint32("flags", ps, depth, &p->flags) )