r25554: Convert last instances of BOOL, True and False to the standard types.
[amitay/samba.git] / source4 / libcli / resolve / bcast.c
index f356dafdaa6d93b1baa301db43ec71cb0d1eca75..3193d70789a50a88c7c449aa4f8625d9447eca4a 100644 (file)
@@ -51,7 +51,7 @@ struct composite_context *resolve_name_bcast_send(TALLOC_CTX *mem_ctx,
        }
        address_list[count] = NULL;
 
-       c = resolve_name_nbtlist_send(mem_ctx, event_ctx, name, address_list, True, False);
+       c = resolve_name_nbtlist_send(mem_ctx, event_ctx, name, address_list, true, false);
        talloc_free(address_list);
 
        return c;