summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-04-29 17:08:12 -0700
committerJeremy Allison <jra@samba.org>2010-04-29 17:08:12 -0700
commite90444319c37c413ffc4e3a02531309dfa3ff565 (patch)
treec58c01e8ab952713793780a37399913c6eb65187 /source3/smbd/nttrans.c
parentebf6340bb568f279fc8b94856e01de473bd08575 (diff)
downloadsamba-e90444319c37c413ffc4e3a02531309dfa3ff565.tar.gz
samba-e90444319c37c413ffc4e3a02531309dfa3ff565.tar.bz2
samba-e90444319c37c413ffc4e3a02531309dfa3ff565.zip
Carefully label SMB1-specific locking calls.
Jeremy.
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r--source3/smbd/nttrans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c
index b594b7e4bc..496c38db84 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -1278,7 +1278,7 @@ void reply_ntcancel(struct smb_request *req)
START_PROFILE(SMBntcancel);
srv_cancel_sign_response(smbd_server_conn);
remove_pending_change_notify_requests_by_mid(req->mid);
- remove_pending_lock_requests_by_mid(req->mid);
+ remove_pending_lock_requests_by_mid_smb1(req->mid);
DEBUG(3,("reply_ntcancel: cancel called on mid = %llu.\n",
(unsigned long long)req->mid));