r25554: Convert last instances of BOOL, True and False to the standard types.
[samba.git] / source4 / libcli / smb2 / cancel.c
index f0a0b01817c099fe17e30d7bd810b4fb5381adf1..096919f17751d5d7700e327da2d134d299a99376 100644 (file)
@@ -46,7 +46,7 @@ NTSTATUS smb2_cancel(struct smb2_request *r)
 
        /* we don't want a seqmun for a SMB2 Cancel */
        old_seqnum = r->transport->seqnum;
-       c = smb2_request_init(r->transport, SMB2_OP_CANCEL, 0x04, False, 0);
+       c = smb2_request_init(r->transport, SMB2_OP_CANCEL, 0x04, false, 0);
        r->transport->seqnum = old_seqnum;
        NT_STATUS_HAVE_NO_MEMORY(c);
        c->seqnum = 0;