summaryrefslogtreecommitdiff
path: root/source3/smbd/blocking.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-27 12:04:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:14 -0500
commitb578db69e91a088f158c1cd78a71d00045fc1da6 (patch)
tree451e7a0ecef178982d0a2b93af1fe8a16cece33a /source3/smbd/blocking.c
parent5b9ecb5ae3fbbe10260312608f1a175e683347fe (diff)
downloadsamba-b578db69e91a088f158c1cd78a71d00045fc1da6.tar.gz
samba-b578db69e91a088f158c1cd78a71d00045fc1da6.tar.bz2
samba-b578db69e91a088f158c1cd78a71d00045fc1da6.zip
r24702: Remove the old API pointers
(This used to be commit 17df313db42199e26d7d2044f6a1d845aacd1a90)
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.");