mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
added capabilities ab win95 fields to client structure. Used for
detecting win95 server for bug handling
This commit is contained in:
@@ -92,6 +92,8 @@ struct cli_state {
|
||||
char *inbuf;
|
||||
int bufsize;
|
||||
int initialised;
|
||||
int win95;
|
||||
uint32 capabilities;
|
||||
/*
|
||||
* Only used in NT domain calls.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user