Fix wrong parameter order. (#2040)
This commit is contained in:
parent
6726df139d
commit
c4c95918bf
|
@ -584,8 +584,8 @@ static void loadDbClients(const Json::Value &dbClients)
|
|||
user,
|
||||
password,
|
||||
connNum,
|
||||
name,
|
||||
filename,
|
||||
name,
|
||||
isFast,
|
||||
characterSet,
|
||||
timeout,
|
||||
|
|
Loading…
Reference in New Issue