r7696: Don't try and be clever and read an 8 byte int and 3 pad bytes
commit5c9963c287e20a4a4b8bbaa088328438eb4f942c
authorJeremy Allison <jra@samba.org>
Fri, 17 Jun 2005 18:05:46 +0000 (17 18:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:19 +0000 (10 10:57 -0500)
tree24424eb4f252aa3bce2192706499b57e810392c0
parenta5808e7ddbe3d333057c44db5e76bf8ef032489a
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.
(This used to be commit d2aa5bc7aaa9fe11fa4748f99e4ba49be08aa639)
source3/include/rpc_dce.h
source3/rpc_parse/parse_rpc.c