From af76d2588c9aab9ed0eb71ab216ea55faaa40cf2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 1 Dec 2011 13:24:22 -0800 Subject: After a discussion with Volker, sdd a backup_intent state to the client struct. This causes the backup_intent flags to be added to findfirst/findnext and ntcreate/nttrans_create calls. cli_set_backup_intent() sets the flag and returns the old value of its state. --- source3/include/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index 0fc9f43e62..18bf26eed3 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -75,6 +75,7 @@ struct cli_state { /* What the client requested. */ uint32_t requested_posix_capabilities; bool dfsroot; + bool backup_intent; /* the session key for this CLI, outside any per-pipe authenticaion */ -- cgit