From 23a31becacee9da11ebe4dff4a3146e19c95a5be Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 4 Jul 2010 20:45:43 +0200 Subject: s3: Remove unused msg_flags from connections.tdb This breaks rolling code upgrade! --- source3/include/proto.h | 3 +-- source3/include/smb.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 5f332ef53e..2d79aed03e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5356,8 +5356,7 @@ void msg_force_tdis(struct messaging_context *msg, bool yield_connection(connection_struct *conn, const char *name); int count_current_connections( const char *sharename, bool clear ); -bool claim_connection(connection_struct *conn, const char *name, - uint32 msg_flags); +bool claim_connection(connection_struct *conn, const char *name); /* The following definitions come from smbd/dfree.c */ diff --git a/source3/include/smb.h b/source3/include/smb.h index b042de927c..140d810582 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -841,7 +841,6 @@ struct connections_data { char addr[24]; char machine[FSTRING_LEN]; time_t start; - uint32 bcast_msg_flags; }; -- cgit