From 0b56e916a762d77cb7dd06a4130ad78d33d57b53 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 May 2006 09:27:58 +0000 Subject: r15835: fixed locking in the client library (This used to be commit 7ea51fb624ded55f69f235a6791de871f754e8fa) --- source4/libcli/raw/rawfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/libcli/raw/rawfile.c b/source4/libcli/raw/rawfile.c index 5a38d4083d..f8b5e90e4b 100644 --- a/source4/libcli/raw/rawfile.c +++ b/source4/libcli/raw/rawfile.c @@ -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; -- cgit