X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/bd345ea112678f4ed9cfa5132b6ded87ff3c4207..015b23cc8eb304cb6cbcc7eb935d3f7c8169b279:/tests/testusers.h diff --git a/tests/testusers.h b/tests/testusers.h index d73c8a79..3d3b7931 100644 --- a/tests/testusers.h +++ b/tests/testusers.h @@ -35,6 +35,7 @@ class TEST_USERS : public USERS { { return -1; } bool IsIPInIndex(uint32_t /*ip*/) const { return false; } bool IsIPInUse(uint32_t, const std::string &, CONST_USER_PTR *) const { return false; } + bool Exists(const std::string &) const { return false; } int OpenSearch() { return 0; } int SearchNext(int /*handle*/, USER_PTR * /*u*/) { return -1; }