From 392cdc89e737f8bf9fe42e899421ff4cf3884686 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 3 Oct 1998 08:08:03 +0000 Subject: added capabilities ab win95 fields to client structure. Used for detecting win95 server for bug handling (This used to be commit 76b5c8243791358be1a4781ff2e6929e56d98887) --- source3/include/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/include/client.h b/source3/include/client.h index 40bd48de46..628834925b 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -92,6 +92,8 @@ struct cli_state { char *inbuf; int bufsize; int initialised; + int win95; + uint32 capabilities; /* * Only used in NT domain calls. */ -- cgit