summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-04 20:45:43 +0200
committerVolker Lendecke <vl@samba.org>2010-07-04 21:49:03 +0200
commit23a31becacee9da11ebe4dff4a3146e19c95a5be (patch)
treed40c86ff6a78d91f6295ed4803b630fcb565903a /source3/include/proto.h
parentb0c83d50f9f609848c19180b6b032e73a1d504cb (diff)
downloadsamba-23a31becacee9da11ebe4dff4a3146e19c95a5be.tar.gz
samba-23a31becacee9da11ebe4dff4a3146e19c95a5be.tar.bz2
samba-23a31becacee9da11ebe4dff4a3146e19c95a5be.zip
s3: Remove unused msg_flags from connections.tdb
This breaks rolling code upgrade!
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h3
1 files changed, 1 insertions, 2 deletions
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 */