Changeset 587 for vendor/current/source3/smbd/notify.c
- Timestamp:
- Jun 29, 2011, 7:36:41 AM (14 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/smbd/notify.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/notify.c
r414 r587 77 77 struct notify_change *c; 78 78 size_t namelen; 79 79 80 uint32 u32_tmp; /* Temp arg to prs_uint32 to avoid 80 81 * signed/unsigned issues */ … … 102 103 103 104 u32_tmp = (i == num_changes-1) ? 0 : namelen + 12; 105 106 107 108 109 104 110 if (!prs_uint32("offset", ps, 1, &u32_tmp)) goto fail; 105 111 … … 116 122 */ 117 123 prs_set_offset(ps, prs_offset(ps)-2); 124 125 126 127 118 128 119 129 TALLOC_FREE(uni_name.buffer);
Note:
See TracChangeset
for help on using the changeset viewer.
