summaryrefslogtreecommitdiff
path: root/source3/smbd/blocking.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/blocking.c')
-rw-r--r--source3/smbd/blocking.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/smbd/blocking.c b/source3/smbd/blocking.c
index 8bdc992910..86cf315930 100644
--- a/source3/smbd/blocking.c
+++ b/source3/smbd/blocking.c
@@ -21,8 +21,6 @@
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_LOCKING
-extern int max_send;
-
/****************************************************************************
This is the structure to queue to implement blocking locks.
notify. It consists of the requesting SMB and the expiry time.
@@ -272,7 +270,7 @@ static void reply_lockingX_success(blocking_lock_record *blr)
* that here and must set up the chain info manually.
*/
- chain_reply_new(req);
+ chain_reply(req);
if (!send_smb(smbd_server_fd(),(char *)req->outbuf)) {
exit_server_cleanly("send_blocking_reply: send_smb failed.");