1
0
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:
Andrew Tridgell 2006-05-23 09:27:58 +00:00 committed by Gerald (Jerry) Carter
parent e5e9bcd398
commit 0b56e916a7

View File

@ -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;