RIP BOOL. Convert BOOL -> bool. I found a few interesting
[tprouty/samba.git] / source3 / nmbd / nmbd_workgroupdb.c
index 82c3a31669d52e36783dcb769ac8749d30171ba4..1845401d9e7cbd029eaf996b3119c6d6c4b632fb 100644 (file)
@@ -269,7 +269,7 @@ on subnet %s\n", name, subrec->subnet_name));
   Dump a copy of the workgroup database into the log file.
   **************************************************************************/
 
-void dump_workgroups(BOOL force_write)
+void dump_workgroups(bool force_write)
 {
        struct subnet_record *subrec;
        int debuglevel = force_write ? 0 : 4;