Changeset 228 for branches/samba-3.2.x/source/smbd/nttrans.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/smbd/nttrans.c
r205 r228 773 773 if (psd->dacl==0) { 774 774 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); 775 780 } 776 781 … … 1648 1653 DEBUG(3,("call_nt_transact_query_security_desc: sd_size = %lu.\n",(unsigned long)sd_size)); 1649 1654 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 1650 1660 SIVAL(params,0,(uint32)sd_size); 1651 1661
Note:
See TracChangeset
for help on using the changeset viewer.