mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r15835: fixed locking in the client library
(This used to be commit 7ea51fb624
)
This commit is contained in:
parent
e5e9bcd398
commit
0b56e916a7
@ -801,6 +801,7 @@ struct smbcli_request *smb_raw_lock_send(struct smbcli_tree *tree, union smb_loc
|
||||
SIVAL(p, 6, lockp[i].count);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
case RAW_LOCK_SMB2:
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user