Ignore:
Timestamp:
Jun 4, 2010, 3:11:43 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: merged changes from 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/torture/torture.c

    r429 r454  
    50265026        printf("num_eas = %d\n", (int)num_eas);
    50275027
     5028#ifdef __OS2__ // add libc UNIX emulation EAs
     5029        if (num_eas != 27) {
     5030#else
    50285031        if (num_eas != 20) {
     5032#endif
    50295033                printf("Should be 20 EA's stored... failing.\n");
    50305034                correct = False;
     
    50405044        printf("Now deleting all EA's - case indepenent....\n");
    50415045
    5042 #if 1
     5046#if 0 // YD see bug#3212, smb_info_set_ea(), this is a NOP now!
    50435047        cli_set_ea_path(cli, fname, "", "", 0);
    50445048#else
Note: See TracChangeset for help on using the changeset viewer.