From 7d9b43c8e0bee8d52151c5dc471d0a02e3e8c9a0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 29 Jun 2000 08:22:00 +0000 Subject: slightly saner defaults (This used to be commit fae3acc574c6e78121e6a1d464b67a15fb025304) --- source3/utils/locktest.c | 6 +++--- 1 file 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"); */ } -- cgit