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/smbd/nttrans.c

    r205 r228  
    773773        if (psd->dacl==0) {
    774774                security_info_sent &= ~DACL_SECURITY_INFORMATION;
     775        }
     776
     777        if (DEBUGLEVEL >= 10) {
     778                DEBUG(10,("set_sd for file %s\n", fsp->fsp_name ));
     779                NDR_PRINT_DEBUG(security_descriptor, psd);
    775780        }
    776781
     
    16481653        DEBUG(3,("call_nt_transact_query_security_desc: sd_size = %lu.\n",(unsigned long)sd_size));
    16491654
     1655        if (DEBUGLEVEL >= 10) {
     1656                DEBUG(10,("call_nt_transact_query_security_desc for file %s\n", fsp->fsp_name ));
     1657                NDR_PRINT_DEBUG(security_descriptor, psd);
     1658        }
     1659
    16501660        SIVAL(params,0,(uint32)sd_size);
    16511661
Note: See TracChangeset for help on using the changeset viewer.