Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/modules/vfs_hpuxacl.c

    r39 r124  
    142142        SMB_ACL_T result = NULL;
    143143        int count;
    144         HPUX_ACL_T hpux_acl;
     144        HPUX_ACL_T hpux_acl = NULL;
    145145       
    146146        DEBUG(10, ("hpuxacl_sys_acl_get_file called for file '%s'.\n",
     
    216216        int ret = -1;
    217217        SMB_STRUCT_STAT s;
    218         HPUX_ACL_T hpux_acl;
     218        HPUX_ACL_T hpux_acl = NULL;
    219219        int count;
    220220       
Note: See TracChangeset for help on using the changeset viewer.