r18579: fixed boolean parameters on big endian hosts which have
commit7c017f9015136e8641555576c1aecabaf66cb83e
authorAndrew Tridgell <tridge@samba.org>
Sat, 16 Sep 2006 14:58:51 +0000 (16 14:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:50 +0000 (10 14:18 -0500)
treeb6e5a134f6e48b3f69472b1fafc8be5e07e07942
parent61939ce118654ef4a212cbe6a21b6aa4d9733a6b
r18579: fixed boolean parameters on big endian hosts which have
sizeof(BOOL) != sizeof(int)

this broke with the conversion to a real BOOL type
(This used to be commit 75dab73ac603968ce49c605e07d43051dbfa7398)
source4/param/loadparm.c