Fix the popt / bool issues. Some places we used BOOL
authorJeremy Allison <jra@samba.org>
Fri, 19 Oct 2007 18:38:36 +0000 (11:38 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 19 Oct 2007 18:38:36 +0000 (11:38 -0700)
commit9a85533914119fb995fb61555c9f6e0018d4d181
tree61bd1af2845f9fa2eb7632c1173d382131772798
parent61e482cfdfec09ed01225320ba6a4acd47081f63
Fix the popt / bool issues. Some places we used BOOL
where we meant int. Fix this. Thanks to metze for
pointing this out.
Jeremy.
(This used to be commit 793a9d24a163cb6cf5a3a0aa5ae30e9f8cf4744a)
15 files changed:
source3/nmbd/nmbd.c
source3/smbd/server.c
source3/utils/log2pcaphex.c
source3/utils/net.c
source3/utils/net.h
source3/utils/nmblookup.c
source3/utils/pdbedit.c
source3/utils/profiles.c
source3/utils/smbcacls.c
source3/utils/smbcquotas.c
source3/utils/smbtree.c
source3/utils/status.c
source3/utils/testparm.c
source3/web/swat.c
source3/winbindd/winbindd.c