1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

added capabilities ab win95 fields to client structure. Used for

detecting win95 server for bug handling
This commit is contained in:
Andrew Tridgell -
parent bcf39ffdcc
commit 76b5c82437

View File

@ -92,6 +92,8 @@ struct cli_state {
char *inbuf;
int bufsize;
int initialised;
int win95;
uint32 capabilities;
/*
* Only used in NT domain calls.
*/