From 934aa93ef8ff98b1778ccee75241f4c2a4100237 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 8 Sep 2025 10:32:57 -0700 Subject: [PATCH] forgot a ; --- nonfree/controller/CtlUtil.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nonfree/controller/CtlUtil.hpp b/nonfree/controller/CtlUtil.hpp index 5ae541959..46faed2b7 100644 --- a/nonfree/controller/CtlUtil.hpp +++ b/nonfree/controller/CtlUtil.hpp @@ -16,10 +16,10 @@ std::vector split(std::string str, char delim); std::string url_encode(const std::string& value); -std::string random_hex_string(std::size_t length) +std::string random_hex_string(std::size_t length); #ifdef ZT1_CENTRAL_CONTROLLER - void create_gcp_pubsub_topic_if_needed(std::string project_id, std::string topic_id); +void create_gcp_pubsub_topic_if_needed(std::string project_id, std::string topic_id); #endif } // namespace ZeroTier