X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/da9b6f95cc1927507f2aeddd079528c7368025a1..fa37e48043079fdf1a33c695c75f83706d59e46b:/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; }