s3: Keep the connections.tdb data format fixed
authorVolker Lendecke <vl@samba.org>
Mon, 5 Jul 2010 08:05:27 +0000 (10:05 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 5 Jul 2010 08:07:19 +0000 (10:07 +0200)
At Simo's request, we can not change internal databases anymore. Sorry for not
respecting this policy.

source3/include/smb.h

index 140d81058290f321c8424efe826ea805bbaa3985..507aeac53d416134bcbfb03305fa88168172b448 100644 (file)
@@ -841,6 +841,12 @@ struct connections_data {
        char addr[24];
        char machine[FSTRING_LEN];
        time_t start;
+
+       /*
+        * This field used to hold the msg_flags. For compatibility reasons,
+        * keep the data structure in the tdb file the same.
+        */
+       uint32 unused_compatitibility_field;
 };