summaryrefslogtreecommitdiff
path: root/proto/bmp/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/bmp/bmp.c')
-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),