Changeset 746 for vendor/current/libcli/netlogon
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/netlogon/ndr_netlogon.c
r740 r746 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.