r21206: - a couple more nttrans places were a memcpy() should be used
authorAndrew Tridgell <tridge@samba.org>
Wed, 7 Feb 2007 00:21:29 +0000 (00:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:45 +0000 (14:44 -0500)
commitfa3c9b29ae1c7c6a9bc97484cc386aeec9b5d266
tree16d847f5e664b0dbfa709deccc5a31d429614750
parent1b75a9ff2d7f91f13fbdfd136b40eca14867bf6f
r21206: - a couple more nttrans places were a memcpy() should be used

- changed the setup array in nttrans to be a uint8 array, instead of a
  uint16 array. This makes it clearer that it is the job of the caller
  to do any byte swapping within that data
source/libcli/raw/interfaces.h
source/libcli/raw/rawioctl.c
source/libcli/raw/rawnotify.c
source/libcli/raw/rawtrans.c
source/smb_server/smb/nttrans.c