Changeset 833
- Timestamp:
- Nov 14, 2013, 5:08:13 PM (12 years ago)
- Location:
- branches/samba-3.5.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/lib/tdb/common/tdb_private.h
r832 r833 38 38 #include "tdb.h" 39 39 40 #define TDB_TRACE 0 40 /* #define TDB_TRACE 1 */ 41 41 #ifndef HAVE_GETPAGESIZE 42 42 #define getpagesize() 0x2000 -
branches/samba-3.5.x/source3/torture/torture.c
r832 r833 2326 2326 &fnum); 2327 2327 if (!NT_STATUS_IS_OK(status)) { 2328 d_fprintf(stderr, "cli_open returned %s\n", cli_errstr(cli1)); 2329 d_fprintf(stderr, "cli_open returned %s file: %s\n", cli_errstr(cli1), fname); 2328 d_fprintf(stderr, "cli_open returned %s file: %s\n", cli_errstr(cli1), fname); 2330 2329 return false; 2331 2330 }
Note:
See TracChangeset
for help on using the changeset viewer.