r7696: Don't try and be clever and read an 8 byte int and 3 pad bytes
commit6562b2f9fdd69ec384a5ada2efee6ed218cc864c
authorJeremy Allison <jra@samba.org>
Fri, 17 Jun 2005 18:05:46 +0000 (17 18:05 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 17 Jun 2005 18:05:46 +0000 (17 18:05 +0000)
tree48e9558e750931d2837a08697d668de17ba00a15
parent7e794875e0c024a50c7c9337d2af05054ace858c
r7696: Don't try and be clever and read an 8 byte int and 3 pad bytes
as a uint32 - you'll just get it wrong (as I did :-).
Second attempt to fix the Apple client issues.
Jeremy.
source/include/rpc_dce.h
source/rpc_parse/parse_rpc.c