diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-06-29 08:22:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-06-29 08:22:00 +0000 |
commit | 7d9b43c8e0bee8d52151c5dc471d0a02e3e8c9a0 (patch) | |
tree | 270f20d4f1eb234b37487066c36e3d5993e6d9df /source3 | |
parent | 774b06ee212ee764fb2e17c1f366d0de552c07cc (diff) | |
download | samba-7d9b43c8e0bee8d52151c5dc471d0a02e3e8c9a0.tar.gz samba-7d9b43c8e0bee8d52151c5dc471d0a02e3e8c9a0.tar.bz2 samba-7d9b43c8e0bee8d52151c5dc471d0a02e3e8c9a0.zip |
slightly saner defaults
(This used to be commit fae3acc574c6e78121e6a1d464b67a15fb025304)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/locktest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/utils/locktest.c b/source3/utils/locktest.c index 78627c22ad..c5d0472420 100644 --- a/source3/utils/locktest.c +++ b/source3/utils/locktest.c @@ -45,8 +45,8 @@ static BOOL use_oplocks; #define UNLOCK_PCT 55 #define RANGE_MULTIPLE 1 #define NSERVERS 2 -#define NCONNECTIONS 6 -#define NFILES 4 +#define NCONNECTIONS 2 +#define NFILES 2 #define LOCK_TIMEOUT 0 #define NASTY_POSIX_LOCK_HACK 0 @@ -99,7 +99,7 @@ static void print_brl(SMB_DEV_T dev, SMB_INO_T ino, int pid, static void show_locks(void) { brl_forall(print_brl); - system("cat /proc/locks"); + /* system("cat /proc/locks"); */ } |