r25554: Convert last instances of BOOL, True and False to the standard types.
[kamenim/samba.git] / source4 / libcli / smb2 / transport.c
index de08201c8b2a30e24104bf89956732b9a86af9e9..83e9436a58e06f74c04e9d5671fe536f5d8167d7 100644 (file)
@@ -193,7 +193,7 @@ static NTSTATUS smb2_transport_finish_recv(void *private, DATA_BLOB blob)
 
        if (NT_STATUS_EQUAL(req->status, STATUS_PENDING)) {
                if (flags & 0x00000002) {
-                       req->cancel.can_cancel = True;
+                       req->cancel.can_cancel = true;
                        req->cancel.pending_id = IVAL(hdr, SMB2_HDR_PID);
                        for (i=0; i< req->cancel.do_cancel; i++) {
                                smb2_cancel(req);