diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-04 18:39:31 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-05 11:06:27 +0200 |
commit | e606b271144fb004adce0a3b265e61b44bf4d38e (patch) | |
tree | 1a1df26d9cda69ae0b9127dbdc465bea440e3061 /source3 | |
parent | fef875f64fcdae094aabe291b9b8849c28324015 (diff) | |
download | samba-e606b271144fb004adce0a3b265e61b44bf4d38e.tar.gz samba-e606b271144fb004adce0a3b265e61b44bf4d38e.tar.bz2 samba-e606b271144fb004adce0a3b265e61b44bf4d38e.zip |
s3: Remove smbd_messaging_context() from reply_lockingX_error()
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/blocking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/blocking.c b/source3/smbd/blocking.c index a06f44f9a8..fb93f4c6e8 100644 --- a/source3/smbd/blocking.c +++ b/source3/smbd/blocking.c @@ -361,7 +361,7 @@ static void reply_lockingX_error(struct blocking_lock_record *blr, NTSTATUS stat * request would never have been queued. JRA. */ - do_unlock(smbd_messaging_context(), + do_unlock(fsp->conn->sconn->msg_ctx, fsp, smblctx, count, |