Ignore:
Timestamp:
Oct 8, 2009, 7:51:22 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to 3.0.37 (unsupported security update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/passdb/pdb_tdb.c

    r1 r336  
    823823       
    824824        SMB_ASSERT( ref_count == 0 );
    825        
     825DEBUG(0, ("tdbsam_open file: %s size: %d \n", name, get_file_size( name ) ));   //remove me
    826826        /* Try to open tdb passwd.  Create a new one if necessary */
    827827       
     
    883883
    884884        SMB_ASSERT(ref_count >= 0 );
    885        
     885/* remove later */
     886        DEBUG(0, ("tdbsam_close file: %s size: %d \n", tdbsam_filename, get_file_size( tdbsam_filename ) ));    //remove me
     887/* -- remove later */
    886888        if ( ref_count == 0 ) {
    887889                tdb_close( tdbsam );
Note: See TracChangeset for help on using the changeset viewer.