summaryrefslogtreecommitdiff
path: root/proto/babel
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-01-23 19:36:22 +0100
committerMaria Matejka <mq@ucw.cz>2023-01-23 19:39:45 +0100
commit4e6cd1b2e354efb1df087a4296560b4b4b03fd7c (patch)
treeb4140c296b488645307714fbc4bf5d9b01ac1dc7 /proto/babel
parent5481bcd82f4c9dc2074267fb56858f5bf48910df (diff)
parentb28431e557c4f63923476094a919a0630001275e (diff)
Merge commit 'b28431e557c4f63923476094a919a0630001275e' into thread-next
Diffstat (limited to 'proto/babel')
-rw-r--r--proto/babel/babel.c1
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,
};