diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-03 08:08:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-03 08:08:03 +0000 |
commit | 392cdc89e737f8bf9fe42e899421ff4cf3884686 (patch) | |
tree | d08b4fe82d7f0b16d2e457714c5044b3ed43391d /source3/include/client.h | |
parent | 732d4ff7dacce985fb209ee99569cef907e2cbf4 (diff) | |
download | samba-392cdc89e737f8bf9fe42e899421ff4cf3884686.tar.gz samba-392cdc89e737f8bf9fe42e899421ff4cf3884686.tar.xz 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)
Diffstat (limited to 'source3/include/client.h')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 40bd48de460..628834925bd 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. */ |