Changeset 454 for trunk/server/source3/torture
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/torture/torture.c
r429 r454 5026 5026 printf("num_eas = %d\n", (int)num_eas); 5027 5027 5028 #ifdef __OS2__ // add libc UNIX emulation EAs 5029 if (num_eas != 27) { 5030 #else 5028 5031 if (num_eas != 20) { 5032 #endif 5029 5033 printf("Should be 20 EA's stored... failing.\n"); 5030 5034 correct = False; … … 5040 5044 printf("Now deleting all EA's - case indepenent....\n"); 5041 5045 5042 #if 15046 #if 0 // YD see bug#3212, smb_info_set_ea(), this is a NOP now! 5043 5047 cli_set_ea_path(cli, fname, "", "", 0); 5044 5048 #else
Note:
See TracChangeset
for help on using the changeset viewer.