summaryrefslogtreecommitdiff
path: root/proto/bmp
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2023-04-18 15:09:21 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2023-04-18 15:09:21 +0200
commit04e3a76c9417d35acdfba96a11327e99000fe47d (patch)
tree16935a43e0ceaaa89b8221158eba77b0fb2dead8 /proto/bmp
parent3925e65938e7c778f650d62a721dec7a66c19ab3 (diff)
BMP: Fix missing template
It is mandatory for protocol.
Diffstat (limited to 'proto/bmp')
-rw-r--r--proto/bmp/bmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bmp/bmp.c b/proto/bmp/bmp.c
index dbbb5e0c..48d16d6c 100644
--- a/proto/bmp/bmp.c
+++ b/proto/bmp/bmp.c
@@ -1138,6 +1138,7 @@ bmp_reconfigure(struct proto *P UNUSED, struct proto_config *CF UNUSED)
struct protocol proto_bmp = {
.name = "BMP",
+ .template = "bmp%d",
.class = PROTOCOL_BMP,
.proto_size = sizeof(struct bmp_proto),
.config_size = sizeof(struct bmp_config),