libcli/raw: the nttrans setup count is only 8-bit
authorStefan Metzmacher <metze@samba.org>
Fri, 4 Jul 2008 18:16:36 +0000 (20:16 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 7 Jul 2008 11:43:12 +0000 (13:43 +0200)
metze

source/libcli/raw/interfaces.h

index 8e23510f0691348663ab6f7386a0fd34d6dbb849..537041c13762833287f946748fe08ea8e0386247 100644 (file)
@@ -2258,7 +2258,7 @@ struct smb_nttrans {
                uint8_t  max_setup;
                uint32_t max_param;
                uint32_t max_data;
-               uint32_t setup_count;
+               uint8_t setup_count;
                uint16_t function;
                uint8_t  *setup;
                DATA_BLOB params;