summaryrefslogtreecommitdiffstats
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-07-15 09:52:07 +0000
committerStefan Metzmacher <metze@samba.org>2014-07-22 15:32:39 +0200
commit823215bf98754c5438c055475a56afec2bddcf22 (patch)
treea7e8defd570736a96244ba8caf0cdc4c770b2370 /source3/smbd/proto.h
parentbd787beee9666443bf44a6625800534e97ed0bfc (diff)
downloadsamba-823215bf98754c5438c055475a56afec2bddcf22.tar.gz
samba-823215bf98754c5438c055475a56afec2bddcf22.tar.xz
samba-823215bf98754c5438c055475a56afec2bddcf22.zip
smbd: "err" is no longer set in get_lock_offset
This was only referenced in the !HAVE_LONGLONG section Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 902c2cadb2..eab05c2e2c 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -914,7 +914,7 @@ uint64_t get_lock_pid(const uint8_t *data, int data_offset,
uint64_t get_lock_count(const uint8_t *data, int data_offset,
bool large_file_format);
uint64_t get_lock_offset(const uint8_t *data, int data_offset,
- bool large_file_format, bool *err);
+ bool large_file_format);
void reply_lockingX(struct smb_request *req);
void reply_readbmpx(struct smb_request *req);
void reply_readbs(struct smb_request *req);