summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-29 08:22:00 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-29 08:22:00 +0000
commit7d9b43c8e0bee8d52151c5dc471d0a02e3e8c9a0 (patch)
tree270f20d4f1eb234b37487066c36e3d5993e6d9df /source3
parent774b06ee212ee764fb2e17c1f366d0de552c07cc (diff)
downloadsamba-7d9b43c8e0bee8d52151c5dc471d0a02e3e8c9a0.tar.gz
samba-7d9b43c8e0bee8d52151c5dc471d0a02e3e8c9a0.tar.xz
samba-7d9b43c8e0bee8d52151c5dc471d0a02e3e8c9a0.zip
slightly saner defaults
(This used to be commit fae3acc574c6e78121e6a1d464b67a15fb025304)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/locktest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/utils/locktest.c b/source3/utils/locktest.c
index 78627c22ad6..c5d04724207 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"); */
}