X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/cd64751cac4c56591bee9b0a9c2a626ce40e67db..c94bf8a43922c544b485e50ea1f37f41a45821f5:/stglibs/srvconf.lib/property_parsers.cpp diff --git a/stglibs/srvconf.lib/property_parsers.cpp b/stglibs/srvconf.lib/property_parsers.cpp index 4c5fcd6d..fcb9020a 100644 --- a/stglibs/srvconf.lib/property_parsers.cpp +++ b/stglibs/srvconf.lib/property_parsers.cpp @@ -35,7 +35,7 @@ Decode21str(value, attr[1]); return true; } -bool GetIPValue(const char ** attr, uint32_t value) +bool GetIPValue(const char ** attr, uint32_t & value) { if (!CheckValue(attr)) return false;