Newer versions of libmariadb default to tls forced on, return to the default of not forcing that.

auto_login were breaking on linux builds
loginserver wasn't setting proper openssl compile flag
This commit is contained in:
KimLS
2025-12-07 21:17:13 -08:00
parent 1db4882cda
commit 04d947a40e
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "../../groups.h"
#include "../../raids.h"
#include "../../raids.h"
#include "../../common/repositories/account_repository.h"
#include "../../../common/repositories/account_repository.h"
void SetAutoLogin(Client* c, const Seperator* sep)
{