s3:smbd: Fix really ugly bool vs. int bug!!!
commit1686a5e7e7eb1b411b003cbbde5c0d28741c6d02
authorStefan Metzmacher <metze@samba.org>
Tue, 9 Feb 2010 17:54:41 +0000 (9 18:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 9 Feb 2010 17:59:15 +0000 (9 18:59 +0100)
treed7859e774147a8af9d0bbca9123f91ca78124d4f
parent45cbf49477b963bd39a57bac0682f36acbc9f6b3
s3:smbd: Fix really ugly bool vs. int bug!!!

A comparison function for qsort needs to return an 'int'!
Otherwise you'll get random results depending on the compiler
and the architecture...

metze
source3/smbd/lanman.c