From 5442d625c6c62e553e8643ab46c26a316a6b1a9d Mon Sep 17 00:00:00 2001 From: mr Date: Tue, 3 Feb 2026 15:47:28 +0100 Subject: [PATCH] Bad Init --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c0bed8a..d172ea8 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ const appname = "oc-discovery" func main() { // Init the oc-lib - oclib.Init(appname) + oclib.InitDaemon(appname) // get the right config file o := oclib.GetConfLoader()