From 6a2bf12f6a95fcff747f28ea5089c6e93b26643c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 21 Mar 2012 11:52:27 +0100 Subject: s3: Remove "conn" from sys_notify_context --- source3/smbd/notify.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/smbd/notify.c') diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c index e9349f6531..14e946667b 100644 --- a/source3/smbd/notify.c +++ b/source3/smbd/notify.c @@ -542,7 +542,6 @@ struct sys_notify_context *sys_notify_context_create(connection_struct *conn, } ctx->ev = ev; - ctx->conn = conn; ctx->private_data = NULL; return ctx; } -- cgit