diff options
author | Michael Adam <obnox@samba.org> | 2008-07-22 16:15:15 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-22 16:28:13 +0200 |
commit | bb1c03f1c662ced3e19e613dc1849d7f2bf28d75 (patch) | |
tree | 3f55c67c7a1ea303242c7518ae3385b535562952 /source3/librpc/gen_ndr/drsuapi.h | |
parent | 1f54cc7953cbcad772e8e83371ed7082d6a6d757 (diff) | |
download | samba-bb1c03f1c662ced3e19e613dc1849d7f2bf28d75.tar.gz samba-bb1c03f1c662ced3e19e613dc1849d7f2bf28d75.tar.bz2 samba-bb1c03f1c662ced3e19e613dc1849d7f2bf28d75.zip |
re-run "make idl" after changing u1 member to pid in DsBindInfo*.
Michael
(This used to be commit d08e8c4738cfd7785d3b9a2c828c27cc8bc0c6f7)
Diffstat (limited to 'source3/librpc/gen_ndr/drsuapi.h')
-rw-r--r-- | source3/librpc/gen_ndr/drsuapi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/gen_ndr/drsuapi.h b/source3/librpc/gen_ndr/drsuapi.h index a1b4cc92a2..049c2bf4b1 100644 --- a/source3/librpc/gen_ndr/drsuapi.h +++ b/source3/librpc/gen_ndr/drsuapi.h @@ -56,20 +56,20 @@ struct drsuapi_DsBindInfo24 { uint32_t supported_extensions; struct GUID site_guid; - uint32_t u1; + uint32_t pid; }; struct drsuapi_DsBindInfo28 { uint32_t supported_extensions; struct GUID site_guid; - uint32_t u1; + uint32_t pid; uint32_t repl_epoch; }; struct drsuapi_DsBindInfo48 { uint32_t supported_extensions; struct GUID site_guid; - uint32_t u1; + uint32_t pid; uint32_t repl_epoch; uint32_t supported_extensions_ext; struct GUID config_dn_guid; |