summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 08:08:03 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 08:08:03 +0000
commit76b5c8243791358be1a4781ff2e6929e56d98887 (patch)
tree5443c3c5c3e0322b6f3734fc4e0a18682ae8b01e /source
parentbcf39ffdcc64e049bca2d70a394a99976291e81d (diff)
downloadsamba-76b5c8243791358be1a4781ff2e6929e56d98887.tar.gz
samba-76b5c8243791358be1a4781ff2e6929e56d98887.tar.xz
samba-76b5c8243791358be1a4781ff2e6929e56d98887.zip
added capabilities ab win95 fields to client structure. Used for
detecting win95 server for bug handling
Diffstat (limited to 'source')
-rw-r--r--source/include/client.h2
1 files changed, 2 insertions, 0 deletions
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.
*/