diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 140d810582..507aeac53d 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -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; }; |