Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/modules/vfs_gpfs.c

    r133 r228  
    180180                           gace->aceFlags, gace->aceMask, gace->aceWho));
    181181
    182                 memset(&smbace, 0, sizeof(SMB4ACE_T));
     182                ZERO_STRUCT(smbace);
    183183                if (gace->aceIFlags & ACE4_IFLAG_SPECIAL_ID) {
    184184                        smbace.flags |= SMB_ACE4_ID_SPECIAL;
     
    745745                        continue;
    746746               
    747                 memset(&ace, 0, sizeof(SMB_ACE4PROP_T));
     747                ZERO_STRUCT(ace);
    748748                ace.aceType = SMB_ACE4_ACCESS_ALLOWED_ACE_TYPE;
    749749                ace.flags |= SMB_ACE4_ID_SPECIAL;
     
    767767       
    768768        /* don't add complementary DENY ACEs here */
    769         memset(&fake_fsp, 0, sizeof(struct files_struct));
     769        ZERO_STRUCT(fake_fsp);
    770770        fake_fsp.fsp_name = (char *)path; /* no file_new is needed here */
    771771       
Note: See TracChangeset for help on using the changeset viewer.