From 5d43180a550b7b4ad4613e99437cb92a1ef7ebd9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Jun 2010 13:20:17 +0200 Subject: s3: Explicitly pass sconn to the remove_pending_change_notify_request_by_mid --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index dd3c2b2f1c..d263eab0b1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5786,7 +5786,8 @@ NTSTATUS change_notify_add_request(struct smb_request *req, void (*reply_fn)(struct smb_request *req, NTSTATUS error_code, uint8_t *buf, size_t len)); -void remove_pending_change_notify_requests_by_mid(uint64_t mid); +void remove_pending_change_notify_requests_by_mid( + struct smbd_server_connection *sconn, uint64_t mid); void remove_pending_change_notify_requests_by_fid(files_struct *fsp, NTSTATUS status); void notify_fname(connection_struct *conn, uint32 action, uint32 filter, -- cgit