Merge branch 'integration' into memory_api

This commit is contained in:
J. Nick Koston 2025-07-25 13:34:00 -10:00
commit 662b5a452e
No known key found for this signature in database

View File

@ -907,8 +907,10 @@ class ProtoService {
this->on_unauthenticated_access(); this->on_unauthenticated_access();
return false; return false;
} }
#endif
return true; return true;
#else
return true;
#endif
} }
}; };