From 53781e9d37b9adb1cf2d5be2a6ae6c1f5ace26c9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 3 Aug 2004 06:52:06 +0000 Subject: r1633: fixed a couple of async oplock handling errors (This used to be commit d7e2f39b90122088e94d4a8e8c7ffa7c91d7d664) --- source4/include/cli_context.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/include') diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h index 6887160987..c12ff5d5fa 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -281,6 +281,10 @@ struct cli_request { expecting a reply from the server. */ uint_t one_way_request:1; + /* set this when the request should only increment the signing + counter by one */ + uint_t sign_single_increment:1; + /* the mid of this packet - used to match replies */ uint16_t mid; -- cgit