From 91f77253e70d8b41f21f62282a7a876a731a795b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 21 Mar 2012 11:55:55 +0100 Subject: s3: Remove "conn" param from sys_notify_context_create --- source3/smbd/proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 1f76403486..fe09d0221e 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -519,8 +519,7 @@ void remove_pending_change_notify_requests_by_fid(files_struct *fsp, void notify_fname(connection_struct *conn, uint32 action, uint32 filter, const char *path); char *notify_filter_string(TALLOC_CTX *mem_ctx, uint32 filter); -struct sys_notify_context *sys_notify_context_create(connection_struct *conn, - TALLOC_CTX *mem_ctx, +struct sys_notify_context *sys_notify_context_create(TALLOC_CTX *mem_ctx, struct event_context *ev); NTSTATUS sys_notify_watch(struct sys_notify_context *ctx, connection_struct *conn, -- cgit