X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..1f6214607a4f2b727484a4ae9e9411044dae8051:/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp diff --git a/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp b/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp index 38caa1cf..254a3da6 100644 --- a/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp +++ b/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp @@ -31,8 +31,8 @@ #include #include #include -#include "common.h" +#include "stg/common.h" #include "nrmap_parser.h" NRMapParser::NRMapParser() @@ -96,8 +96,8 @@ if (pos == std::string::npos) std::string subnet(line.substr(0, pos)); // xxx.xxx.xxx.xxx/yy -uint32_t ip; -uint32_t mask; +uint32_t ip = 0; +uint32_t mask = 0; if (ParseNet(subnet, ip, mask)) {