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

this broke with the conversion to a real BOOL type
source/param/loadparm.c