r7696: Don't try and be clever and read an 8 byte int and 3 pad bytes
authorJeremy Allison <jra@samba.org>
Fri, 17 Jun 2005 18:05:46 +0000 (18:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:19 +0000 (10:57 -0500)
commitd2aa5bc7aaa9fe11fa4748f99e4ba49be08aa639
tree48e9558e750931d2837a08697d668de17ba00a15
parent000477943c3dd41fd44f2aef3755aa603ba5d595
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