Ignore:
Timestamp:
May 20, 2009, 6:46:53 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/utils/sharesec.c

    r133 r204  
    402402static int change_share_sec(TALLOC_CTX *mem_ctx, const char *sharename, char *the_acl, enum acl_mode mode)
    403403{
    404         SEC_DESC *sd;
     404        SEC_DESC *sd = NULL;
    405405        SEC_DESC *old = NULL;
    406406        size_t sd_size = 0;
Note: See TracChangeset for help on using the changeset viewer.