summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-03-21 11:52:27 +0100
committerVolker Lendecke <vl@samba.org>2012-03-21 12:52:09 +0100
commit6a2bf12f6a95fcff747f28ea5089c6e93b26643c (patch)
treec3d4ebbc74eb7b0a408798da27fd9f5c2ac7a63a /source3/include/smb.h
parent8e256a2734bed8785c5fe919a442627050e70af9 (diff)
downloadsamba-6a2bf12f6a95fcff747f28ea5089c6e93b26643c.tar.gz
samba-6a2bf12f6a95fcff747f28ea5089c6e93b26643c.tar.bz2
samba-6a2bf12f6a95fcff747f28ea5089c6e93b26643c.zip
s3: Remove "conn" from sys_notify_context
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 382926c07e..86f69b4a06 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -192,7 +192,6 @@ struct notify_change_request;
struct sys_notify_backend;
struct sys_notify_context {
struct event_context *ev;
- struct connection_struct *conn;
void *private_data; /* For use by the system backend */
};