diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-12-27 02:01:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:30:15 -0500 |
commit | ea4c64388bb00f41a083fb37a2689ae09f33399b (patch) | |
tree | 56de055237bc370cad736a1861a0f2cf0148ac96 /source4/librpc/idl | |
parent | f9dd1d7ef8ff30fcf21c08701a3fb95056f2b181 (diff) | |
download | samba-ea4c64388bb00f41a083fb37a2689ae09f33399b.tar.gz samba-ea4c64388bb00f41a083fb37a2689ae09f33399b.tar.bz2 samba-ea4c64388bb00f41a083fb37a2689ae09f33399b.zip |
r20353: Restructure the DRSUAPI DsGetDomainControllerInfo test, because as
usual things are more complex than they appear.
Also remove the incorrect server-side implementation, which blindly
assumed some sense of consistancy across the API switch levels.
Andrew Bartlett
(This used to be commit 79941adbff843f5027dacd31b972deca4a1557ec)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index fe0e98fe0d..02cafb64c1 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -1065,13 +1065,13 @@ interface drsuapi } drsuapi_DsGetDCInfoCtr2; typedef struct { - uint32 unknown1; + [flag(BIG_ENDIAN)] ipv4address last_logon_ipv4_ip; uint32 unknown2; uint32 unknown3; uint32 unknown4; uint32 unknown5; uint32 unknown6; - [charset(UTF16),string] uint16 *server_nt4_account; + [charset(UTF16),string] uint16 *nt4_account; } drsuapi_DsGetDCInfo01; typedef struct { |