diff options
Diffstat (limited to 'source/include/client.h')
-rw-r--r-- | source/include/client.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/client.h b/source/include/client.h index c6d7b162fcd..d11d198e1a5 100644 --- a/source/include/client.h +++ b/source/include/client.h @@ -171,10 +171,6 @@ struct cli_state { BOOL force_dos_errors; BOOL case_sensitive; /* False by default. */ - - /* was this structure allocated by cli_initialise? If so, then - free in cli_shutdown() */ - BOOL allocated; }; #define CLI_FULL_CONNECTION_DONT_SPNEGO 0x0001 |