Commit c4b19cd8 authored by Jan Köster's avatar Jan Köster
Browse files

test

parent d55161af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -286,8 +286,8 @@ namespace confplus {
                continue;
            }

            // Every confplus path segment becomes its own registry key:
            // /zaehler2mqtt/http/addr -> zaehler2mqtt\ -> http\ -> addr\
            // Every confplus path segment becomes its own registry key.
            // e.g. /zaehler2mqtt/http/addr becomes three subkeys: zaehler2mqtt, http, addr
            std::string subKeyPath;
            if (currentPath.empty()) {
                subKeyPath = localKeyName;