diff options
Diffstat (limited to 'proto/babel')
-rw-r--r-- | proto/babel/babel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/babel/babel.c b/proto/babel/babel.c index 685bb122..a00be9a5 100644 --- a/proto/babel/babel.c +++ b/proto/babel/babel.c @@ -2100,6 +2100,7 @@ static struct ea_class ea_babel_seqno = { .name = "babel_seqno", .type = T_INT, .readonly = 1, + .hidden = 1, }; |