Fix wrong parameter order. (#2040)

This commit is contained in:
Nitromelon 2024-05-27 19:10:05 +08:00 committed by GitHub
parent 6726df139d
commit c4c95918bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -584,8 +584,8 @@ static void loadDbClients(const Json::Value &dbClients)
user,
password,
connNum,
name,
filename,
name,
isFast,
characterSet,
timeout,