Some minor compile fixes

This commit is contained in:
WolverinDEV
2021-01-03 17:20:43 +01:00
parent 960186d55e
commit 3c0c48c00c
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ bool file::initialize(std::string &error, const std::string& hostnames, uint16_t
}
}
return true;
return any_bind;
}
void file::finalize() {