summaryrefslogtreecommitdiff
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
commit392cdc89e737f8bf9fe42e899421ff4cf3884686 (patch)
treed08b4fe82d7f0b16d2e457714c5044b3ed43391d
parent732d4ff7dacce985fb209ee99569cef907e2cbf4 (diff)
downloadsamba-392cdc89e737f8bf9fe42e899421ff4cf3884686.tar.gz
samba-392cdc89e737f8bf9fe42e899421ff4cf3884686.tar.bz2
samba-392cdc89e737f8bf9fe42e899421ff4cf3884686.zip
added capabilities ab win95 fields to client structure. Used for
detecting win95 server for bug handling (This used to be commit 76b5c8243791358be1a4781ff2e6929e56d98887)
-rw-r--r--source3/include/client.h2
1 files changed, 2 insertions, 0 deletions
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.
*/