summaryrefslogtreecommitdiff
path: root/source3/lib/conn_tdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/conn_tdb.h')
-rw-r--r--source3/lib/conn_tdb.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/source3/lib/conn_tdb.h b/source3/lib/conn_tdb.h
index 180a5e23fd..2f45281a81 100644
--- a/source3/lib/conn_tdb.h
+++ b/source3/lib/conn_tdb.h
@@ -25,21 +25,14 @@ struct connections_key {
};
struct connections_data {
- int magic;
struct server_id pid;
int cnum;
uid_t uid;
gid_t gid;
char servicename[FSTRING_LEN];
- char addr[24];
+ char addr[FSTRING_LEN];
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;
};
/* The following definitions come from lib/conn_tdb.c */