summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-12 09:20:02 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-12 10:53:52 +0200
commit8a234cbe1589439497608d35f35768c6841750c9 (patch)
tree10b7cad96fa9a00a57456c818e870867459214cf /source3/libsmb/clientgen.c
parenta6b128912b60f79258a41131f942e19d6292f9a3 (diff)
downloadsamba-8a234cbe1589439497608d35f35768c6841750c9.tar.gz
samba-8a234cbe1589439497608d35f35768c6841750c9.tar.bz2
samba-8a234cbe1589439497608d35f35768c6841750c9.zip
s3:libsmb: remove unused cli_oplock_handler()
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 12 10:53:52 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/libsmb/clientgen.c')
-rw-r--r--source3/libsmb/clientgen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c
index bcb1215579..d6c7d64733 100644
--- a/source3/libsmb/clientgen.c
+++ b/source3/libsmb/clientgen.c
@@ -191,7 +191,6 @@ struct cli_state *cli_initialise_ex(int signing_state)
cli->protocol = PROTOCOL_NT1;
cli->timeout = 20000; /* Timeout is in milliseconds. */
cli->max_xmit = CLI_BUFFER_SIZE+4;
- cli->oplock_handler = cli_oplock_ack;
cli->case_sensitive = false;
cli->use_spnego = lp_client_use_spnego();