summaryrefslogtreecommitdiff
path: root/source3/utils/nbio.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-13 09:33:43 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-13 09:33:43 +0000
commitec33db96d510ab483989df13d4bd4e63c9d0b6b2 (patch)
treeaa09f7c51dd65fc8cbac8c06374cb3fd955f06b6 /source3/utils/nbio.c
parentbf575bf2839fe795af59ddd24b1ab3451aea5699 (diff)
downloadsamba-ec33db96d510ab483989df13d4bd4e63c9d0b6b2.tar.gz
samba-ec33db96d510ab483989df13d4bd4e63c9d0b6b2.tar.bz2
samba-ec33db96d510ab483989df13d4bd4e63c9d0b6b2.zip
added -L switch to tell smbtorture to use oplocks
(This used to be commit 73033d0803317c7de017cac7f7669f4afb08e7c0)
Diffstat (limited to 'source3/utils/nbio.c')
-rw-r--r--source3/utils/nbio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/utils/nbio.c b/source3/utils/nbio.c
index f72be36842..973f7d0628 100644
--- a/source3/utils/nbio.c
+++ b/source3/utils/nbio.c
@@ -50,8 +50,6 @@ static void sigsegv(int sig)
void nb_setup(struct cli_state *cli)
{
signal(SIGSEGV, sigsegv);
- /* to be like a true Windows client we need to negotiate oplocks */
- cli->use_oplocks = True;
c = cli;
}