From 76b5c8243791358be1a4781ff2e6929e56d98887 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 --- source/include/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source') diff --git a/source/include/client.h b/source/include/client.h index 40bd48de460..628834925bd 100644 --- a/source/include/client.h +++ b/source/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