mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Still pass in SqlServer even when writing to file since we need prefix
This commit is contained in:
parent
4a83a42f14
commit
6e294d938b
|
@ -113,7 +113,7 @@ void CSqlScore::ExecSqlFunc(void *pUser)
|
|||
// handle failures
|
||||
// eg write inserts to a file and print a nice error message
|
||||
if (!Success)
|
||||
pData->m_pFuncPtr(0, pData->m_pSqlData, true);
|
||||
pData->m_pFuncPtr(connector.SqlServer(), pData->m_pSqlData, true);
|
||||
} catch (...) {
|
||||
dbg_msg("sql", "Unexpected exception caught");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue