s4:ntvfs Prepare for a possible future sharing of notify.idl
authorAndrew Bartlett <abartlet@samba.org>
Wed, 5 May 2010 02:47:07 +0000 (12:47 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 18 May 2010 03:21:09 +0000 (13:21 +1000)
I would love for notify.idl to be shared between Samba4 and Samba3
some day, and this seems to be the point at which the structure is
initialised.

Andrew Bartlett

source4/ntvfs/posix/pvfs_notify.c

index 778897d96eb01a2e1b2cb9c5d425e741cb504fda..6a857dbf656633e064b44ad3d3e799e06b01a063 100644 (file)
@@ -179,6 +179,10 @@ static NTSTATUS pvfs_notify_setup(struct pvfs_state *pvfs, struct pvfs_file *f,
 {
        NTSTATUS status;
        struct notify_entry e;
+       
+       /* We may not fill in all the elements in this entry -
+        * structure may in future be shared with Samba3 */
+       ZERO_STRUCT(e);
 
        /* We may not fill in all the elements in this entry -
         * structure may in future be shared with Samba3 */