Changeset 752 for trunk/server/libcli/netlogon/ndr_netlogon.c
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/libcli/netlogon/ndr_netlogon.c
r745 r752 54 54 struct ndr_push *_ndr_sid; 55 55 uint32_t _flags_save_DATA_BLOB = ndr->flags; 56 ndr->flags &= ~LIBNDR_FLAG_NOALIGN; 56 57 ndr_set_flags(&ndr->flags, LIBNDR_FLAG_ALIGN4); 57 58 NDR_CHECK(ndr_push_DATA_BLOB(ndr, NDR_SCALARS, r->_pad)); … … 99 100 uint32_t _flags_save_DATA_BLOB = ndr->flags; 100 101 struct ndr_pull *_ndr_sid; 102 ndr->flags &= ~LIBNDR_FLAG_NOALIGN; 101 103 ndr_set_flags(&ndr->flags, LIBNDR_FLAG_ALIGN4); 102 104 NDR_CHECK(ndr_pull_DATA_BLOB(ndr, NDR_SCALARS, &r->_pad));
Note:
See TracChangeset
for help on using the changeset viewer.