diff options
author | Alexander Zubkov <green@qrator.net> | 2023-08-22 14:44:18 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-08-22 14:44:18 +0200 |
commit | fea04d7c34b92d854cfcd4cc3db2dcba60caba7b (patch) | |
tree | 792d86f7b67f9a94dbea76077f07f7036941cc78 /conf | |
parent | 9bf20484764364b9f32bef0a3a7f877abbc29914 (diff) |
Use more proper pointers to constant bytestrings
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 3e8f5807..3dd5fed7 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -94,7 +94,7 @@ CF_DECLS struct channel_limit cl; struct timeformat *tf; mpls_label_stack *mls; - struct bytestring *bs; + const struct bytestring *bs; } %token END CLI_MARKER INVALID_TOKEN ELSECOL DDOT |