Ignore:
Timestamp:
May 27, 2007, 12:26:26 AM (19 years ago)
Author:
Paul Smedley
Message:

Upgrade source to 3.0.25a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/smbd/notify_inotify.c

    r22 r39  
    236236        }
    237237
    238         e0 = e = (struct inotify_event *)talloc_size(in, bufsize);
     238        e0 = e = (struct inotify_event *)(in, bufsize);
    239239        if (e == NULL) return;
    240240
Note: See TracChangeset for help on using the changeset viewer.