summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-08 02:59:23 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-08 02:59:23 +0000
commit65c5a1c0ba2cc3dc8e45a499c42191016e658b20 (patch)
tree1bd17f1ae9a43d176983b3e1738ff296ec692822 /source3/smbd/reply.c
parented8883c5ddb9c3709bf2f842ae7522f2e09110ff (diff)
downloadsamba-65c5a1c0ba2cc3dc8e45a499c42191016e658b20.tar.gz
samba-65c5a1c0ba2cc3dc8e45a499c42191016e658b20.tar.bz2
samba-65c5a1c0ba2cc3dc8e45a499c42191016e658b20.zip
convert more code to using d_printf
(This used to be commit 60d297303488ed583537ca2853828fccd6da2ade)
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 0d1d5eed7c..c2d38a1076 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -4045,7 +4045,6 @@ SMB_BIG_UINT get_lock_count( char *data, int data_offset, BOOL large_file_format
/****************************************************************************
Pathetically try and map a 64 bit lock offset into 31 bits. I hate Windows :-).
****************************************************************************/
-
static uint32 map_lock_offset(uint32 high, uint32 low)
{
unsigned int i;