Missing buffer

This commit is contained in:
def 2013-08-12 20:35:46 +02:00
parent 72ca64501f
commit 32109b0f15

View file

@ -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;