diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index b5b9bfc53e..dfd457b891 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -124,9 +124,6 @@ struct cli_state { bool use_oplocks; /* should we use oplocks? */ bool use_level_II_oplocks; /* should we use level II oplocks? */ - /* a oplock break request handler */ - NTSTATUS (*oplock_handler)(struct cli_state *cli, uint16_t fnum, unsigned char level); - bool force_dos_errors; bool case_sensitive; /* False by default. */ |