Changeset 352
- Timestamp:
 - Dec 28, 2009, 12:31:14 PM (16 years ago)
 - Location:
 - branches/samba-3.0/source
 - Files:
 - 
      
- 3 edited
 
- 
          
  VERSION (modified) (1 diff)
 - 
          
  include/version.h (modified) (1 diff)
 - 
          
  lib/os2ea.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/samba-3.0/source/VERSION
r351 r352 96 96 # -> "CVS 3.0.0rc2-VendorVersion" # 97 97 ######################################################## 98 SAMBA_VERSION_VENDOR_SUFFIX="eCS 1.0.3 -EATEST7-fix1"99 SAMBA_VERSION_VENDOR_PATCH=3 4198 SAMBA_VERSION_VENDOR_SUFFIX="eCS 1.0.3" 99 SAMBA_VERSION_VENDOR_PATCH=351  - 
      
branches/samba-3.0/source/include/version.h
r351 r352 4 4 #define SAMBA_VERSION_RELEASE 37 5 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.0.37" 6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.0.3 -EATEST7-fix1"7 #define SAMBA_VERSION_VENDOR_PATCH 3 416 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.0.3" 7 #define SAMBA_VERSION_VENDOR_PATCH 351 8 8 #define SAMBA_VERSION_STRING samba_version_string()  - 
      
branches/samba-3.0/source/lib/os2ea.c
r351 r352 379 379 } 380 380 } 381 // had to be added to avoid crash in case of broken extended attributes 382 if (pfea->oNextEntryOffset > 0x10000) 383 { 384 DEBUG(0, ("Broken Extended Attributes detected for: %s:%d\n", path ? path : "null", file)); 385 break; 386 } 381 387 if (!pfea->oNextEntryOffset) 382 388 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  