r15880: the ntvfs_handle changes broke rpc on big-endian boxes, as the
authorAndrew Tridgell <tridge@samba.org>
Thu, 25 May 2006 04:46:38 +0000 (04:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:37 +0000 (14:08 -0500)
commitf719eb9598d4d82d5fec2d13b67f7a5b2e86e4df
treef61c670456140239e2587a380827000f9dee310d
parent01b8c1913d75a9b74a1a4bf3e7d8a80f18db0b2d
r15880: the ntvfs_handle changes broke rpc on big-endian boxes, as the
uint16_t fnum was being byte order converted twice in the ipc server.

Metze, can you have a look at this? This change does make rpc work
again, but perhaps you might like to approach it differently
(This used to be commit 50246e6282087fdf7050ea052ad516dc620d6c7e)
source4/ntvfs/ipc/vfs_ipc.c