mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Missing buffer
This commit is contained in:
parent
72ca64501f
commit
32109b0f15
|
@ -125,6 +125,8 @@ bool CSqlScore::Connect()
|
|||
|
||||
try
|
||||
{
|
||||
char aBuf[256];
|
||||
|
||||
sql::ConnectOptionsMap connection_properties;
|
||||
connection_properties["hostHame"] = sql::SQLString(m_pIp);
|
||||
connection_properties["port"] = m_Port;
|
||||
|
|
Loading…
Reference in a new issue