r15851: the conversion of loadparm to BOOL broke all big-endian platforms as
authorAndrew Tridgell <tridge@samba.org>
Wed, 24 May 2006 06:36:17 +0000 (06:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:32 +0000 (14:08 -0500)
commite12ae809eaf0a4c48ebb086615a9051b59996b5a
treede6f412eb9a7aae3f62884614762bc741c633b94
parent4898b29c32737b2cf425d5822da2f395f70ca6e2
r15851: the conversion of loadparm to BOOL broke all big-endian platforms as
the service and global declarations were left as int. I tried to fix
this initially by fixing the service declarations, but it didn't
work. While I investigate why, this patch at least gets the use of int
right, and should give big-endian platforms a chance
source/param/loadparm.c
source/param/loadparm.h