r25554: Convert last instances of BOOL, True and False to the standard types.
[kamenim/samba.git] / source4 / libcli / nbt / namequery.c
index a55d743efb9736132f798b262d204a0950986d94..755e06e88091b9eb6d95b297332ce978da6ddbf9 100644 (file)
@@ -57,7 +57,7 @@ _PUBLIC_ struct nbt_name_request *nbt_name_query_send(struct nbt_name_socket *nb
                                           io->in.dest_addr, lp_nbt_port(global_loadparm));
        if (dest == NULL) goto failed;
        req = nbt_name_request_send(nbtsock, dest, packet,
-                                   io->in.timeout, io->in.retries, False);
+                                   io->in.timeout, io->in.retries, false);
        if (req == NULL) goto failed;
 
        talloc_free(packet);
@@ -161,7 +161,7 @@ _PUBLIC_ struct nbt_name_request *nbt_name_status_send(struct nbt_name_socket *n
                                           io->in.dest_addr, lp_nbt_port(global_loadparm));
        if (dest == NULL) goto failed;
        req = nbt_name_request_send(nbtsock, dest, packet,
-                                   io->in.timeout, io->in.retries, False);
+                                   io->in.timeout, io->in.retries, false);
        if (req == NULL) goto failed;
 
        talloc_free(packet);