model.py ``` 1207 # Don't bother trying to sign cancel 1208 smb_req.flags &= ~smb2.SMB2_FLAGS_SIGNED ``` Windows Server 2016 returns STATUS_ACCESS_DENIED when this unsigned cancel request comes in on a channel that has negotiated signing required
model.py
Windows Server 2016 returns STATUS_ACCESS_DENIED when this unsigned cancel request comes in on a channel that has negotiated signing required