added capabilities ab win95 fields to client structure. Used for
authorAndrew Tridgell <tridge@samba.org>
Sat, 3 Oct 1998 08:08:03 +0000 (08:08 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 3 Oct 1998 08:08:03 +0000 (08:08 +0000)
detecting win95 server for bug handling

source/include/client.h

index 40bd48de4600045370f34b596253fd8196570e2f..628834925bd03780e4e324171c483a3e9c54db6b 100644 (file)
@@ -92,6 +92,8 @@ struct cli_state {
   char *inbuf;
   int bufsize;
   int initialised;
+  int win95;
+  uint32 capabilities;
   /*
    * Only used in NT domain calls.
    */