diff options
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 3df247a3ef..d60c3dd78a 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -1446,8 +1446,8 @@ interface drsuapi uint32 u3; GUID bind_guid; NTTIME_1sec bind_time; - uint32 u4; /* flags? */ - uint32 u5; + [flag(NDR_BIG_ENDIAN)] ipv4address client_ip_address; + uint32 u5; /* this is the same value the client used as u1 in the DsBindInfoX struct */ } drsuapi_DsReplicaConnection04; typedef struct { |