- Timestamp:
- Dec 28, 2009, 5:59:13 PM (16 years ago)
- Location:
- branches/samba-3.0/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/VERSION
r352 r354 96 96 # -> "CVS 3.0.0rc2-VendorVersion" # 97 97 ######################################################## 98 SAMBA_VERSION_VENDOR_SUFFIX= "eCS 1.0.3"99 SAMBA_VERSION_VENDOR_PATCH= 35198 SAMBA_VERSION_VENDOR_SUFFIX= 99 SAMBA_VERSION_VENDOR_PATCH= -
branches/samba-3.0/source/include/version.h
r352 r354 5 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.0.37" 6 6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.0.3" 7 #define SAMBA_VERSION_VENDOR_PATCH 35 17 #define SAMBA_VERSION_VENDOR_PATCH 353 8 8 #define SAMBA_VERSION_STRING samba_version_string() -
branches/samba-3.0/source/passdb/pdb_tdb.c
r336 r354 823 823 824 824 SMB_ASSERT( ref_count == 0 ); 825 DEBUG(0, ("tdbsam_open file: %s size: %d \n", name, get_file_size( name ) )); //remove me825 // DEBUG(0, ("tdbsam_open file: %s size: %d \n", name, get_file_size( name ) )); //remove me 826 826 /* Try to open tdb passwd. Create a new one if necessary */ 827 827 … … 884 884 SMB_ASSERT(ref_count >= 0 ); 885 885 /* remove later */ 886 886 // DEBUG(0, ("tdbsam_close file: %s size: %d \n", tdbsam_filename, get_file_size( tdbsam_filename ) )); //remove me 887 887 /* -- remove later */ 888 888 if ( ref_count == 0 ) {
Note:
See TracChangeset
for help on using the changeset viewer.