Changeset 39 for trunk/samba/source/smbd/notify_inotify.c
- Timestamp:
- May 27, 2007, 12:26:26 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/samba/source/smbd/notify_inotify.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/smbd/notify_inotify.c
r22 r39 236 236 } 237 237 238 e0 = e = (struct inotify_event *) talloc_size(in, bufsize);238 e0 = e = (struct inotify_event *)(in, bufsize); 239 239 if (e == NULL) return; 240 240
Note:
See TracChangeset
for help on using the changeset viewer.
