X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/dfefbf4a96165e25f45548388dd27292eb3dbc95..85f8f0b545228f3cffec62d8e2251e756a2fac15:/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;